Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/mail/
Dlex.c356 char quotec; in comment_char() local
357 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() local
402 quotec = 0; in shellpr()
404 if (quotec) { in shellpr()
405 if (*cp == quotec) in shellpr()
[all …]
Dlist.c97 char c, *cp2, quotec; in getrawlist() local
114 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() local
384 quotec = 0; in scan()
386 if (c == quotec) { in scan()
[all …]