Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c879 s = snptreef(NULL, 32, Tf_S, yylval.cp); in syntaxerr()
883 s = snptreef(redir, sizeof(redir), Tft_R, yylval.iop); in syntaxerr()
1167 cp = snptreef(NULL, 0, Tf_T, t->left); in yyrecursive()
Dtree.c450 snptreef(char *s, ssize_t n, const char *fmt, ...) in snptreef() function
786 snptreef(buf, sz + 16, Tf_T, t); in vistree()
Dexec.c1492 (sp = snptreef(NULL, 32, Tft_R, &iotmp)), emsg); in iosetup()
1560 (sp = snptreef(NULL, 32, Tft_R, &iotmp)), in iosetup()
Deval.c401 str = snptreef(NULL, 64, Tf_S, beg); in expand()
1432 snptreef(NULL, 32, Tft_R, io)); in comsub()
Dsh.h2638 char *snptreef(char *, ssize_t, const char *, ...);