Searched refs:BASESYNTAX (Results 1 – 3 of 3) sorted by relevance
41 #define BASESYNTAX (basesyntax + SYNBASE) macro
827 return readtoken1(c, BASESYNTAX, (char *)NULL, 0); in xxreadtoken()901 if (syntax == BASESYNTAX) in readtoken1()912 if (syntax == BASESYNTAX) in readtoken1()967 syntax = BASESYNTAX; in readtoken1()1031 if (syntax != BASESYNTAX && eofmark == NULL) in readtoken1()
524 char const *syntax = flag & EXP_QUOTED ? DQSYNTAX : BASESYNTAX; in expbackq()860 (((quotes & EXP_FULL) || syntax != BASESYNTAX) && in memtodest()906 syntax = quoted ? DQSYNTAX : BASESYNTAX; in varvalue()
Completed in 8 milliseconds