Home
last modified time | relevance | path

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

/dports/devel/kBuild/kBuild-0.1.9998/src/kash/
H A Dsyntax.h68 #define SQSYNTAX (sqsyntax + SYNBASE) macro
H A Dparser.c693 readtoken1(psh, pgetc(psh), here->here->type == NHERE? SQSYNTAX : DQSYNTAX, in parseheredoc()
1006 if (SQSYNTAX[c] == CCTL) in readtoken1()
1018 if (syntax != SQSYNTAX) { in readtoken1()
1022 syntax = SQSYNTAX; in readtoken1()
H A Dexpand.c290 if (quotes && SQSYNTAX[(int)c] == CCTL) in exptilde()
/dports/shells/dash/dash-0.5.11.5/src/
H A Dparser.c676 readtoken1(pgetc(), SQSYNTAX, here->eofmark, here->striptabs); in parseheredoc()
854 return stack->syntax == SQSYNTAX ? pgetc() : pgetc_eatbnl(); in pgetc_top()
973 synstack->syntax = SQSYNTAX; in readtoken1()
/dports/sysutils/busybox/busybox-1.26.2/shell/
H A Dash.c2806 #define SQSYNTAX 2 /* in single quotes */ macro
6031 strtodest(home, SQSYNTAX, quotes); in exptilde()
11504 syntax = SQSYNTAX; in readtoken1()
12306 readtoken1(pgetc(), here->here->type == NHERE ? SQSYNTAX : DQSYNTAX, in parseheredoc()