Home
last modified time | relevance | path

Searched refs:wdstrip (Results 1 – 5 of 5) sorted by relevance

/external/mksh/src/
Dtree.c90 char *cp = wdstrip(*w++, WDS_TPUTS); in ptree()
671 wdstrip(const char *wp, int opmode) in wdstrip() function
Dlex.c795 dp = wdstrip(sp + 1, WDS_TPUTS); in yylex()
1101 struct tbl *tt = get_builtin((dp = wdstrip(yylval.cp, 0))); in yylex()
Deval.c471 evaluate(substitute(stg = wdstrip(beg, 0), 0), in expand()
475 evaluate(substitute(stg = wdstrip(mid, 0), 0), in expand()
Dsyn.c698 sname = wdstrip(name, 0); in function_body()
Dsh.h2643 char *wdstrip(const char *, int);