Lines Matching full:inquote
1349 int inquote = 0;
1355 || inquote);
1359 inquote = !inquote;
6133 char inquote = '\0';
6137 || (inquote && !ISCNTRL (*s))
6138 || (inquote == '\'' && flag_mri)
6152 inquote ^= *s;
6157 else if (!inquote
6162 : *s == inquote)
6163 inquote ^= *s;
6166 if (inquote)
6167 as_warn (_("missing closing `%c'"), inquote);