Searched refs:squoted (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Dexpand.c1331 patmatch(char *pattern, char *string, int squoted) argument
1338 return pmatch(pattern, string, squoted);
1343 pmatch(char *pattern, char *string, int squoted) argument
1355 if (squoted && *q == CTLESC)
1363 if (squoted && *q == CTLESC)
1375 if (squoted && *q == CTLESC &&
1380 if (squoted && *q == CTLESC)
1386 if (pmatch(p, q, squoted))
1388 if (squoted && *q == CTLESC)
1417 if (squoted
[all...]

Completed in 367 milliseconds