Searched refs:striptabs (Results 1 – 1 of 1) sorted by relevance
87 int striptabs; /* if set, strip leading tabs */ member765 if (here->striptabs) { in parsefname()806 here->eofmark, here->striptabs); in parseheredoc()993 checkend(int c, const char *eofmark, int striptabs) in checkend() argument995 if (striptabs) { in checkend()1062 heredoc->striptabs = 1; in parseredir()1064 heredoc->striptabs = 0; in parseredir()1404 int striptabs) in readtoken1() argument1432 c = checkend(c, eofmark, striptabs); in readtoken1()