Searched refs:quotec (Results 1 – 3 of 3) sorted by relevance
377 char c, *cp, *cp2, quotec; in getrawlist() local398 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() local571 quotec = 0; in scan()573 quotec = c; in scan()577 if (c == quotec) { in scan()[all …]
422 lgetc(int quotec) in lgetc() argument440 if (quotec) { in lgetc()446 return (quotec); in lgetc()513 int quotec, next, c; in yylex() local555 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()
6638 lgetc(int quotec) in lgetc() argument6656 if (quotec) { in lgetc()6661 return (quotec); in lgetc()6728 int quotec, next, c; in yylex() local6770 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()