Searched refs:striptabs (Results 1 – 1 of 1) sorted by relevance
82 int striptabs; /* if set, strip leading tabs */ member760 if (here->striptabs) { in parsefname()801 here->eofmark, here->striptabs); in parseheredoc()988 checkend(int c, const char *eofmark, int striptabs) in checkend() argument990 if (striptabs) { in checkend()1057 heredoc->striptabs = 1; in parseredir()1059 heredoc->striptabs = 0; in parseredir()1399 int striptabs) in readtoken1() argument1427 c = checkend(c, eofmark, striptabs); in readtoken1()