HomeSort by: relevance | last modified time | path
    Searched defs:striptabs (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
parser.c 86 int striptabs; /* if set, strip leading tabs */ member in struct:HereDoc
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
    [all...]
parser.c 86 int striptabs; /* if set, strip leading tabs */ member in struct:HereDoc
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
    [all...]

Completed in 22 milliseconds