Searched refs:quotec (Results 1 – 2 of 2) sorted by relevance
356 char quotec; in comment_char() local357 quotec = '\0'; in comment_char()359 if (quotec != '\0') { in comment_char()360 if (*p == quotec) in comment_char()361 quotec = '\0'; in comment_char()364 quotec = *p; in comment_char()395 int quotec; in shellpr() local402 quotec = 0; in shellpr()404 if (quotec) { in shellpr()405 if (*cp == quotec) in shellpr()[all …]
97 char c, *cp2, quotec; in getrawlist() local114 quotec = '\0'; in getrawlist()117 if (quotec != '\0') { in getrawlist()118 if (c == quotec) in getrawlist()119 quotec = '\0'; in getrawlist()120 else if (quotec != '\'' && c == '\\') in getrawlist()171 quotec = c; in getrawlist()323 int quotec; in scan() local384 quotec = 0; in scan()386 if (c == quotec) { in scan()[all …]