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, "%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()
Dtree.c426 snptreef(char *s, ssize_t n, const char *fmt, ...) in snptreef() function
759 snptreef(buf, sz + 16, "%T", t); in vistree()
Dexec.c1443 (sp = snptreef(NULL, 32, "%R", &iotmp)), emsg); in iosetup()
1507 (sp = snptreef(NULL, 32, "%R", &iotmp)), in iosetup()
Deval.c383 str = snptreef(NULL, 64, "%S", beg); in expand()
1328 snptreef(NULL, 32, "%R", io)); in comsub()
Dsh.h2001 char *snptreef(char *, ssize_t, const char *, ...);