Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dparser.c84 int striptabs; /* if set, strip leading tabs */ member
762 if (here->striptabs) { in parsefname()
803 here->eofmark, here->striptabs); in parseheredoc()
990 checkend(int c, const char *eofmark, int striptabs) in checkend() argument
992 if (striptabs) { in checkend()
1059 heredoc->striptabs = 1; in parseredir()
1061 heredoc->striptabs = 0; in parseredir()
1401 int striptabs) in readtoken1() argument
1429 c = checkend(c, eofmark, striptabs); in readtoken1()