Home
last modified time | relevance | path

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

/openbsd-src/bin/ksh/
H A Dexec.c349 cp = evalstr(t->str, DOTILDE); in execute()
352 if ((s = evalstr(*ap, DOTILDE|DOPAT)) && in execute()
514 cp = evalstr(t->vars[i], DOASNTILDE); in comexec()
1228 shf_puts(evalstr(yylval.cp, 0), shf); in herein()
1406 s = evalstr(s, DOTILDE | DOPAT); in dbteste_getopnd()
1408 s = evalstr(s, DOTILDE); in dbteste_getopnd()
H A Deval.c83 return evalstr(yylval.cp, f); in substitute()
108 evalstr(char *cp, int f) in evalstr() function
138 cp = evalstr(cp, f&~DOGLOB); in evalonestr()
909 shf = shf_open(name = evalstr(io->name, DOTILDE), O_RDONLY, 0, in comsub()
H A Dsh.h428 char * evalstr(char *cp, int);
H A Dtree.c178 evalstr(iop->delim, 0)); in ptree()
H A Dedit.c510 pat = evalstr(toglob, DOPAT|DOTILDE); in x_command_glob()
H A Dlex.c881 eof = evalstr(iop->delim, 0); in readhere()