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

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dexpand.c339 * unless inside inner quotes or we have a literal
370 int quotes = flag & QUOTES_ESC; local
399 strtodest(home, SQSYNTAX, quotes);
512 * Expand stuff in backwards quotes.
576 char *startp, char *rmesc, char *rmescend, char *str, int quotes,
597 if (quotes && *loc == (char)CTLESC)
608 char *startp, char *rmesc, char *rmescend, char *str, int quotes,
628 if (quotes) {
644 int quotes = flag & QUOTES_ESC; local
680 if (quotes) {
575 scanleft( char *startp, char *rmesc, char *rmescend, char *str, int quotes, int zero ) argument
607 scanright( char *startp, char *rmesc, char *rmescend, char *str, int quotes, int zero ) argument
847 memtodest(const char *p, size_t len, const char *syntax, int quotes) argument
902 int quotes = (discard ? 0 : (flags & QUOTES_ESC)) | QUOTES_KEEPNUL; local
[all...]

Completed in 24 milliseconds