Searched refs:sepc2 (Results 1 – 1 of 1) sorted by relevance
18 register char sepc2; local34 sepc2 = sep[1]; /* now we can safely pick this up */41 if (sepc2 == '\0') {70 while ((c = *p++) != sepc && c != sepc2)79 while ((c = *p++) == sepc || c == sepc2)86 while ((c = *p++) == sepc || c == sepc2)90 while ((c = *p++) != '\0' && c != sepc && c != sepc2)96 while ((c = *--p) == sepc || c == sepc2)
Completed in 4 milliseconds