Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dparser.c82 int striptabs; /* if set, strip leading tabs */ member
760 if (here->striptabs) { in parsefname()
801 here->eofmark, here->striptabs); in parseheredoc()
988 checkend(int c, const char *eofmark, int striptabs) in checkend() argument
990 if (striptabs) { in checkend()
1057 heredoc->striptabs = 1; in parseredir()
1059 heredoc->striptabs = 0; in parseredir()
1399 int striptabs) in readtoken1() argument
1427 c = checkend(c, eofmark, striptabs); in readtoken1()