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

/freebsd-10.0-release/bin/sh/
H A Dparser.c86 int striptabs; /* if set, strip leading tabs */ member in struct:heredoc
720 if (here->striptabs) {
761 here->eofmark, here->striptabs);
1257 * word which marks the end of the document and striptabs is true if
1273 int striptabs)
1488 if (striptabs) {
1550 heredoc->striptabs = 1;
1552 heredoc->striptabs = 0;
1272 readtoken1(int firstc, char const *initialsyntax, const char *eofmark, int striptabs) argument

Completed in 110 milliseconds