Home
last modified time | relevance | path

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

/system/core/sh/
Dparser.c83 int striptabs; /* if set, strip leading tabs */ member
652 if (here->striptabs) { in parsefname()
693 here->eofmark, here->striptabs); in parseheredoc()
908 readtoken1(int firstc, char const *syntax, char *eofmark, int striptabs) in readtoken1() argument
1166 if (striptabs) { in readtoken1()
1226 heredoc->striptabs = 1; in readtoken1()
1228 heredoc->striptabs = 0; in readtoken1()