Home
last modified time | relevance | path

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

/freebsd-14.2/bin/sh/
H A Dparser.c87 int striptabs; /* if set, strip leading tabs */ member
765 if (here->striptabs) { in parsefname()
806 here->eofmark, here->striptabs); in parseheredoc()
993 checkend(int c, const char *eofmark, int striptabs) in checkend() argument
995 if (striptabs) { in checkend()
1062 heredoc->striptabs = 1; in parseredir()
1064 heredoc->striptabs = 0; in parseredir()
1404 int striptabs) in readtoken1() argument
1432 c = checkend(c, eofmark, striptabs); in readtoken1()