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

  /src/bin/sh/
syntax.h 77 #define DQSYNTAX (dqsyntax + SYNBASE)
103 extern const char dqsyntax[];
parser.c 997 readtoken1(pgetc(), DQSYNTAX, 1);
1880 * and magicq (used with sqsyntax and dqsyntax only) indicates that the
1908 syntax == DQSYNTAX ? "DQ" : \
1917 if (syntax == DQSYNTAX)
2073 syntax = DQSYNTAX;
2091 syntax = DQSYNTAX;
2726 readtoken1(pgetc(), DQSYNTAX, 1);

Completed in 13 milliseconds