Searched refs:readtoken1 (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dparser.c106 STATIC int readtoken1(int, char const *, char *, int);
656 readtoken1(pgetc(), here->here->type == NHERE? SQSYNTAX : DQSYNTAX,
764 * have parseword (readtoken1?) handle both words and redirection.]
827 return readtoken1(c, BASESYNTAX, (char *)NULL, 0);
858 * will run code that appears at the end of readtoken1.
869 readtoken1(int firstc, char const *syntax, char *eofmark, int striptabs) function
1529 readtoken1(pgetc(), DQSYNTAX, FAKEEOFMARK, 0);

Completed in 72 milliseconds