Searched refs:DQSYNTAX (Results 1 – 3 of 3) sorted by relevance
67 #define DQSYNTAX (dqsyntax + SYNBASE) macro
692 readtoken1(pgetc(), here->here->type == NHERE? SQSYNTAX : DQSYNTAX, in parseheredoc()942 if (syntax == DQSYNTAX) { in readtoken1()1051 syntax = DQSYNTAX; in readtoken1()1065 syntax = DQSYNTAX; in readtoken1()1094 if (syntax == DQSYNTAX) in readtoken1()
420 char const *syntax = quoted? DQSYNTAX : BASESYNTAX; in expbackq()664 char const *syntax = (varflags & VSQUOTE) ? DQSYNTAX in evalvar()835 syntax = quoted? DQSYNTAX : BASESYNTAX; \ in varvalue()