Home
last modified time | relevance | path

Searched refs:quotec (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/mail/
H A Dlist.c377 char c, *cp, *cp2, quotec; in getrawlist() local
398 quotec = '\0'; in getrawlist()
408 if (quotec != '\0') { in getrawlist()
409 if (c == quotec) in getrawlist()
410 quotec = '\0'; in getrawlist()
462 quotec = c; in getrawlist()
504 int quotec; in scan() local
571 quotec = 0; in scan()
573 quotec = c; in scan()
577 if (c == quotec) { in scan()
[all …]
/freebsd/usr.sbin/ypldap/
H A Dparse.y422 lgetc(int quotec) in lgetc() argument
440 if (quotec) { in lgetc()
446 return (quotec); in lgetc()
513 int quotec, next, c; in yylex() local
555 quotec = c; in yylex()
557 if ((c = lgetc(quotec)) == EOF) in yylex()
563 if ((next = lgetc(quotec)) == EOF) in yylex()
565 if (next == quotec || c == ' ' || c == '\t') in yylex()
572 } else if (c == quotec) { in yylex()
/freebsd/sbin/pfctl/
H A Dparse.y6638 lgetc(int quotec) in lgetc() argument
6656 if (quotec) { in lgetc()
6661 return (quotec); in lgetc()
6728 int quotec, next, c; in yylex() local
6770 quotec = c; in yylex()
6772 if ((c = lgetc(quotec)) == EOF) in yylex()
6778 if ((next = lgetc(quotec)) == EOF) in yylex()
6780 if (next == quotec || c == ' ' || c == '\t') in yylex()
6788 } else if (c == quotec) { in yylex()