Home
last modified time | relevance | path

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

/dragonfly/bin/sh/pregenerated/
HDsyntax.c12 [SYNBASE + CTLESC] = CCTL,
13 [SYNBASE + CTLVAR] = CCTL,
14 [SYNBASE + CTLENDVAR] = CCTL,
15 [SYNBASE + CTLBACKQ] = CCTL,
16 [SYNBASE + CTLBACKQ + CTLQUOTE] = CCTL,
17 [SYNBASE + CTLARI] = CCTL,
18 [SYNBASE + CTLENDARI] = CCTL,
19 [SYNBASE + CTLQUOTEMARK] = CCTL,
20 [SYNBASE + CTLQUOTEEND] = CCTL,
42 [SYNBASE + CTLESC] = CCTL,
[all …]
HDsyntax.h23 #define CCTL 14 /* like CWORD, except it must be escaped */ macro
/dragonfly/bin/sh/
HDparser.c1381 if (SQSYNTAX[vc] == CCTL) in readcstyleesc()
1462 case CCTL: in readtoken1()
1489 if (SQSYNTAX[c] == CCTL) in readtoken1()
1712 else if (BASESYNTAX[c] != CCTL) in readtoken1()
1728 if (BASESYNTAX[c] != CCTL) in readtoken1()
1853 else if (BASESYNTAX[(int)c] == CCTL) in noexpand()
HDexpand.c162 if (syntax[(int)*data] == CCTL) in stputs_quotes()
209 if (flag & EXP_GLOB && syntax[(int)c] == CCTL) in stputs_split()
513 if (quotes && syntax[(int)lastc] == CCTL) in expbackq()
HDeval.c720 else if (BASESYNTAX[(int)*argtext] == CCTL) in mustexpandto()