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

/freebsd-9.3-release/bin/sh/
H A Dparser.c85 char *eofmark; /* string indicating end of input */ member in struct:heredoc
756 here->eofmark = wordtext;
790 here->eofmark, here->striptabs);
1288 * If eofmark is NULL, read a word or a redirection symbol. If eofmark
1289 * is not NULL, read a here document. In the latter case, eofmark is the
1305 readtoken1(int firstc, char const *initialsyntax, char *eofmark, int striptabs) argument
1360 if (eofmark == NULL || initialsyntax != SQSYNTAX)
1378 (c != '"' || (eofmark != NULL &&
1382 if ((eofmark
[all...]

Completed in 48 milliseconds