Searched refs:wdstrip (Results 1 - 5 of 5) sorted by relevance
/third_party/mksh/ |
H A D | tree.c | 106 char *cp = wdstrip(*w++, WDS_TPUTS); in ptree() 317 /* variant of fputs for ptreef and wdstrip */ 677 wdstrip(const char *wp, int opmode) in wdstrip() function
|
H A D | eval.c | 467 evaluate(substitute(stg = wdstrip(beg, 0), 0), in expand() 471 evaluate(substitute(stg = wdstrip(mid, 0), 0), in expand()
|
H A D | lex.c | 794 dp = wdstrip(sp + 1, WDS_TPUTS); in yylex() 1100 struct tbl *tt = get_builtin((dp = wdstrip(yylval.cp, 0))); in yylex()
|
H A D | syn.c | 689 sname = wdstrip(name, 0); in function_body()
|
H A D | sh.h | 2726 char *wdstrip(const char *, int);
|
Completed in 14 milliseconds