HomeSort by relevance Sort by last modified time
    Searched full:striptabs (Results 1 - 1 of 1) sorted by null

  /system/core/sh/
parser.c 83 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)
1166 if (striptabs) {
1226 heredoc->striptabs = 1;
1228 heredoc->striptabs = 0;
    [all...]

Completed in 748 milliseconds