Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c129 static char *fmttoken(Lex_t*, int, char*);
313 macro, split, expand, fmttoken(lp,tok,tokstr)); in sh_lex()
2087 static char *fmttoken(Lex_t *lp, register int sym, char *tok) in fmttoken() function
2162 tokstr = fmttoken(lp,tok,tokbuf); in sh_syntax()