Lines Matching defs:inquote
1486 int inquote = 0;
1492 || inquote);
1496 inquote = !inquote;
6872 char inquote = '\0';
6876 || (inquote && !ISCNTRL (*s))
6877 || (inquote == '\'' && flag_mri)
6891 inquote ^= *s;
6896 else if (!inquote
6901 : *s == inquote)
6902 inquote ^= *s;
6905 if (inquote)
6906 as_warn (_("missing closing `%c'"), inquote);