Home | History | Annotate | Download | only in sh

Lines Matching defs:striptabs

86 	int striptabs;		/* if set, strip leading tabs */
781 if (here->striptabs) {
826 checkend(int c, char * const eofmark, const int striptabs)
829 if (striptabs) {
871 slurp_heredoc(char *const eofmark, const int striptabs, const int sq)
888 while ((c = checkend(c, eofmark, striptabs)) != PEOF) {
947 striptabs ? " tab stripped" : "", c, (c > 16 ? 16 : c),
983 l = slurp_heredoc(here->eofmark, here->striptabs,
1209 * word which marks the end of the document and striptabs is true if
1638 heredoc->striptabs = 1;
1640 heredoc->striptabs = 0;