Searched refs:striptabs (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/shell/ |
D | ash.c | 11700 smallint striptabs; /* if set, strip leading tabs */ member 12378 readtoken1(int c, int syntax, char *eofmark, int striptabs) in readtoken1() argument 12630 if (striptabs) { in readtoken1() 12728 heredoc->striptabs = 1; in readtoken1() 13322 readtoken1(pgetc(), SQSYNTAX, here->eofmark, here->striptabs); in parseheredoc() 13324 readtoken1(pgetc_eatbnl(), DQSYNTAX, here->eofmark, here->striptabs); in parseheredoc()
|