Home
last modified time | relevance | path

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

/system/core/sh/
Dsyntax.h67 #define DQSYNTAX (dqsyntax + SYNBASE) macro
Dparser.c692 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()
Dexpand.c420 char const *syntax = quoted? DQSYNTAX : BASESYNTAX; in expbackq()
664 char const *syntax = (varflags & VSQUOTE) ? DQSYNTAX in evalvar()
835 syntax = quoted? DQSYNTAX : BASESYNTAX; \ in varvalue()