Home | Sort by: relevance | last modified time | path |
/src/usr.bin/mail/ | |
lex.c | 356 char quotec; local in function:comment_char 357 quotec = '\0'; 359 if (quotec != '\0') { 360 if (*p == quotec) 361 quotec = '\0'; 364 quotec = *p; 395 int quotec; local in function:shellpr 402 quotec = 0; 404 if (quotec) { 405 if (*cp == quotec) [all...] |
list.c | 97 char c, *cp2, quotec; local in function:getrawlist 114 quotec = '\0'; 117 if (quotec != '\0') { 118 if (c == quotec) 119 quotec = '\0'; 120 else if (quotec != '\'' && c == '\\') 171 quotec = c; 323 int quotec; local in function:scan 384 quotec = 0; 386 if (c == quotec) { [all...] |