Lines Matching defs:inquote
1496 int inquote = 0;
1502 || inquote);
1506 inquote = !inquote;
6883 char inquote = '\0';
6887 || (inquote && !ISCNTRL (*s))
6888 || (inquote == '\'' && flag_mri)
6902 inquote ^= *s;
6907 else if (!inquote
6912 : *s == inquote)
6913 inquote ^= *s;
6916 if (inquote)
6917 as_warn (_("missing closing `%c'"), inquote);