Home
last modified time | relevance | path

Searched refs:CTLQUOTEMARK (Results 1 – 4 of 4) sorted by relevance

/system/core/sh/
Dexpand.c201 case CTLQUOTEMARK: in argstr()
269 case CTLQUOTEMARK: in exptilde()
1146 while (*q == CTLQUOTEMARK) in expmeta()
1161 else if (*p == CTLQUOTEMARK) in expmeta()
1175 if (*p == CTLQUOTEMARK) in expmeta()
1191 while (*p == CTLQUOTEMARK) in expmeta()
1218 while (*p == CTLQUOTEMARK) in expmeta()
1360 case CTLQUOTEMARK: in pmatch()
1370 while (c == CTLQUOTEMARK || c == '*') in pmatch()
1372 if (c != CTLESC && c != CTLQUOTEMARK && in pmatch()
[all …]
Dparser.h47 #define CTLQUOTEMARK '\210' macro
Dparser.c1007 USTPUTC(CTLQUOTEMARK, out); in readtoken1()
1018 USTPUTC(CTLQUOTEMARK, out); in readtoken1()
1053 USTPUTC(CTLQUOTEMARK, out); in readtoken1()
1067 USTPUTC(CTLQUOTEMARK, out); in readtoken1()
1559 if (c == CTLQUOTEMARK) in noexpand()
Djobs.c1449 case CTLQUOTEMARK: in cmdputs()