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

/system/core/sh/
H A Dexpand.c186 int quotes = flag & (EXP_FULL | EXP_CASE); /* do CTLESC */ local
213 if (quotes)
263 int quotes = flag & (EXP_FULL | EXP_CASE); local
291 if (quotes && SQSYNTAX[(int)c] == CCTL)
352 int quotes = flag & (EXP_FULL | EXP_CASE); local
389 if (quotes)
405 * Expand stuff in backwards quotes.
422 int quotes = flag & (EXP_FULL | EXP_CASE); local
453 if (quotes && syntax[(int)lastc] == CCTL)
618 int quotes local
[all...]

Completed in 12 milliseconds