Searched refs:wdstrip (Results 1 – 5 of 5) sorted by relevance
/external/mksh/src/ |
D | tree.c | 90 char *cp = wdstrip(*w++, WDS_TPUTS); in ptree() 671 wdstrip(const char *wp, int opmode) in wdstrip() function
|
D | lex.c | 795 dp = wdstrip(sp + 1, WDS_TPUTS); in yylex() 1101 struct tbl *tt = get_builtin((dp = wdstrip(yylval.cp, 0))); in yylex()
|
D | eval.c | 471 evaluate(substitute(stg = wdstrip(beg, 0), 0), in expand() 475 evaluate(substitute(stg = wdstrip(mid, 0), 0), in expand()
|
D | syn.c | 698 sname = wdstrip(name, 0); in function_body()
|
D | sh.h | 2643 char *wdstrip(const char *, int);
|