Searched refs:snptreef (Results 1 – 5 of 5) sorted by relevance
/external/mksh/src/ |
D | syn.c | 879 s = snptreef(NULL, 32, "%S", yylval.cp); in syntaxerr() 883 s = snptreef(redir, sizeof(redir), "%R", yylval.iop); in syntaxerr() 1188 cp = snptreef(NULL, 0, "%T", t->left); in yyrecursive()
|
D | tree.c | 426 snptreef(char *s, ssize_t n, const char *fmt, ...) in snptreef() function 759 snptreef(buf, sz + 16, "%T", t); in vistree()
|
D | exec.c | 1443 (sp = snptreef(NULL, 32, "%R", &iotmp)), emsg); in iosetup() 1507 (sp = snptreef(NULL, 32, "%R", &iotmp)), in iosetup()
|
D | eval.c | 383 str = snptreef(NULL, 64, "%S", beg); in expand() 1328 snptreef(NULL, 32, "%R", io)); in comsub()
|
D | sh.h | 2001 char *snptreef(char *, ssize_t, const char *, ...);
|