Searched refs:quotechar (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/usr.sbin/cron/lib/
H A Denv.c148 char quotechar, *c, *str; local
173 quotechar = '\0';
180 quotechar = *c++;
185 if (quotechar) {
186 if (*c == quotechar) {
215 quotechar = '\0';
231 if (state != FINI && !(state == VALUE && !quotechar)) {
/freebsd-10-stable/contrib/binutils/gas/
H A Dapp.c348 static char quotechar; local
513 quotechar = ch;
541 || ch == quotechar
561 as_warn (_("end of file in string; '%c' inserted"), quotechar);
564 PUT (quotechar);
566 else if (ch == quotechar)
606 as_warn (_("end of file in string; '%c' inserted"), quotechar);
607 PUT (quotechar);
982 quotechar = ch;

Completed in 66 milliseconds