Searched refs:wdstrip (Results 1 – 5 of 5) sorted by relevance
/external/mksh/src/ |
D | lex.c | 789 dp = wdstrip(sp + 1, WDS_TPUTS); in yylex() 1094 if (assign_command((dp = wdstrip(yylval.cp, 0)), true)) in yylex()
|
D | eval.c | 453 evaluate(substitute(stg = wdstrip(beg, 0), 0), in expand() 457 evaluate(substitute(stg = wdstrip(mid, 0), 0), in expand()
|
D | syn.c | 698 sname = wdstrip(name, 0); in function_body()
|
D | tree.c | 644 wdstrip(const char *wp, int opmode) in wdstrip() function
|
D | sh.h | 2006 char *wdstrip(const char *, int);
|