Home
last modified time | relevance | path

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

/system/core/sh/
Dsyntax.h68 #define SQSYNTAX (sqsyntax + SYNBASE) macro
Dparser.c692 readtoken1(pgetc(), here->here->type == NHERE? SQSYNTAX : DQSYNTAX, in parseheredoc()
1004 if (SQSYNTAX[c] == CCTL) in readtoken1()
1016 if (syntax != SQSYNTAX) { in readtoken1()
1020 syntax = SQSYNTAX; in readtoken1()
Dexpand.c291 if (quotes && SQSYNTAX[(int)c] == CCTL) in exptilde()