HomeSort by relevance Sort by last modified time
    Searched refs:SQSYNTAX (Results 1 - 3 of 3) sorted by null

  /system/core/sh/
syntax.h 68 #define SQSYNTAX (sqsyntax + SYNBASE)
81 extern const char sqsyntax[];
parser.c 692 readtoken1(pgetc(), here->here->type == NHERE? SQSYNTAX : DQSYNTAX,
1004 if (SQSYNTAX[c] == CCTL)
1016 if (syntax != SQSYNTAX) {
1020 syntax = SQSYNTAX;
    [all...]
expand.c 291 if (quotes && SQSYNTAX[(int)c] == CCTL)

Completed in 892 milliseconds