Home | History | Annotate | Download | only in gas

Lines Matching refs:quotechar

365   static char quotechar;
530 quotechar = ch;
558 || ch == quotechar
582 as_warn (_("end of file in string; '%c' inserted"), quotechar);
587 PUT (quotechar);
589 else if (ch == quotechar)
629 as_warn (_("end of file in string; '%c' inserted"), quotechar);
630 PUT (quotechar);
1022 quotechar = ch;