Searched refs:DQSYNTAX (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dsyntax.h42 #define DQSYNTAX (dqsyntax + SYNBASE) macro
H A Dparser.c656 readtoken1(pgetc(), here->here->type == NHERE? SQSYNTAX : DQSYNTAX,
886 if (syntax == DQSYNTAX)
959 syntax = DQSYNTAX;
1529 readtoken1(pgetc(), DQSYNTAX, FAKEEOFMARK, 0); local
H A Dexpand.c524 char const *syntax = flag & EXP_QUOTED ? DQSYNTAX : BASESYNTAX;
906 syntax = quoted ? DQSYNTAX : BASESYNTAX;

Completed in 86 milliseconds