Searched refs:snptreef (Results 1 - 5 of 5) sorted by relevance
/third_party/mksh/ |
H A D | syn.c | 870 s = snptreef(NULL, 32, Tf_S, yylval.cp); in syntaxerr() 874 s = snptreef(redir, sizeof(redir), Tft_R, yylval.iop); in syntaxerr() 1158 cp = snptreef(NULL, 0, Tf_T, t->left); in yyrecursive()
|
H A D | tree.c | 450 snptreef(char *s, ssize_t n, const char *fmt, ...) in snptreef() function 792 snptreef(buf, sz + 16, Tf_T, t); in vistree()
|
H A D | exec.c | 1486 (sp = snptreef(NULL, 32, Tft_R, &iotmp)), emsg); in iosetup() 1554 (sp = snptreef(NULL, 32, Tft_R, &iotmp)), in iosetup()
|
H A D | eval.c | 406 str = snptreef(NULL, 64, Tf_S, beg); in expand() 1582 snptreef(NULL, 32, Tft_R, io)); in comsub()
|
H A D | sh.h | 2721 char *snptreef(char *, ssize_t, const char *, ...);
|
Completed in 13 milliseconds