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

/freebsd-9.3-release/bin/sh/
H A Dparser.c122 static int readtoken1(int, char const *, char *, int);
789 readtoken1(pgetc(), here->here->type == NHERE? SQSYNTAX : DQSYNTAX,
883 * have parseword (readtoken1?) handle both words and redirection.]
955 return readtoken1(c, BASESYNTAX, (char *)NULL, 0);
1296 * will run code that appears at the end of readtoken1.
1305 readtoken1(int firstc, char const *initialsyntax, char *eofmark, int striptabs) function
2058 readtoken1(pgetc(), DQSYNTAX, "\n\n", 0);

Completed in 42 milliseconds