Lines Matching refs:quot
185 int quot; in ppcpp() local
876 quot = c; in ppcpp()
884 if ((quot = c) == '<') in ppcpp()
893 quot = '>'; in ppcpp()
905 if (c != quot) in ppcpp()
931 if (c == '\n' && quot == '\'' && (pp.option & STRINGSPAN)) n = 0; in ppcpp()
937 switch (quot) in ppcpp()
973 error(m, "%s in %c quote", pptokchr(c), quot); in ppcpp()
979 PUTCHR(quot); in ppcpp()
984 c = quot; in ppcpp()
1135 switch (quot) in ppcpp()
1146 if (c == quot) in ppcpp()
1159 if (c == quot) PUTCHR('\\'); in ppcpp()
1439 quot = 1; in ppcpp()
1469 quot = 0; in ppcpp()
1479 quot = 0; in ppcpp()
1490 if (quot) continue; in ppcpp()
1985 …if ((st & JOINING) && (!INQUOTE(rp) || quot != '"') || pp.level > 1 && (rp == fsm[START] || INQUOT… in ppcpp()
2200 if ((pp.option & STRINGSPLIT) && quot == '"') in ppcpp()
2202 PUTCHR(quot); in ppcpp()
2204 PUTCHR(quot); in ppcpp()