Lines Matching refs:inquote
532 int inquote = 0; in getarg() local
576 if (inquote) { in getarg()
586 if (ZERO || escape || (inquote == 1)) { in getarg()
591 } else if (inquote == 2) { in getarg()
593 inquote = 0; in getarg()
597 inquote = 2; in getarg()
602 if (ZERO || escape || (inquote == 2)) { in getarg()
607 } else if (inquote == 1) { in getarg()
609 inquote = 0; in getarg()
613 inquote = 1; in getarg()
622 if (ZERO || inquote || escape) { in getarg()
632 if (inquote || escape || ZERO || !iswctype(c, blank)) { in getarg()