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

/freebsd-9.3-release/bin/sh/
H A Dparser.c86 int striptabs; /* if set, strip leading tabs */ member in struct:heredoc
749 if (here->striptabs) {
790 here->eofmark, here->striptabs);
1290 * word which marks the end of the document and striptabs is true if
1305 readtoken1(int firstc, char const *initialsyntax, char *eofmark, int striptabs) argument
1520 if (striptabs) {
1582 heredoc->striptabs = 1;
1584 heredoc->striptabs = 0;

Completed in 94 milliseconds