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

/system/core/sh/
H A Dparser.c83 int striptabs; /* if set, strip leading tabs */ member in struct:heredoc
652 if (here->striptabs) {
693 here->eofmark, here->striptabs);
869 * word which marks the end of the document and striptabs is true if
908 readtoken1(int firstc, char const *syntax, char *eofmark, int striptabs) argument
1166 if (striptabs) {
1226 heredoc->striptabs = 1;
1228 heredoc->striptabs = 0;

Completed in 351 milliseconds