Lines Matching defs:quoted
563 int quoted;
579 quoted = *p++ == '"';
582 quoted ? "(quoted)" : "", p, begoff));
606 if (quoted == 0) /* allow weird splitting */
622 expbackq(union node *cmd, int quoted, int flag)
638 quoted, flag, startloc));
704 if ((quotes && quoted && NEEDESC(lastc)) ||
718 if (quoted == 0)
1204 varvalue(const char *name, int quoted, int subtype, int flag)
1216 quoted ? ", quoted" : "", subtype, flag));
1223 if ((flag & EXP_QNEEDED) && quoted) { \
1259 if (flag & EXP_SPLIT && quoted) {
1293 if (quoted && (flag & EXP_QNEEDED) &&
1299 && !quoted && **ap != '\0')