Home
last modified time | relevance | path

Searched refs:evalstr (Results 1 – 7 of 7) sorted by relevance

/external/oprofile/m4/
Dqt.m422 evalstr="$dir/$1 $5 2>&1 "
23 if eval $evalstr; then
/external/mksh/src/
Dexec.c410 ccp = evalstr(t->str, DOTILDE); in execute()
413 if (i || ((s = evalstr(*ap, DOTILDE|DOPAT)) && in execute()
635 cp = evalstr(t->vars[i], DOASNTILDE); in comexec()
1441 ccp = evalstr(yylval.cp, 0); in hereinval()
1700 s = evalstr(s, DOTILDE | DOPAT); in dbteste_getopnd()
1702 s = evalstr(s, DOTILDE); in dbteste_getopnd()
Deval.c117 return (evalstr(yylval.cp, f)); in substitute()
147 evalstr(const char *cp, int f) in evalstr() function
180 rv = evalstr(cp, f&~DOGLOB); in evalonestr()
1249 shf = shf_open(name = evalstr(io->name, DOTILDE), O_RDONLY, 0, in comsub()
Dlex.c1141 iop->heredoc = xp = evalstr(iop->delim, DOBLANK); in readhere()
1148 eof = iop->flag & IONDELIM ? "<<" : evalstr(iop->delim, 0); in readhere()
Dtree.c208 evalstr(iop->delim, 0)); in ptree()
Dsh.h1551 char *evalstr(const char *cp, int);
Dedit.c390 pat = evalstr(toglob, DOPAT | DOTILDE); in x_command_glob()