Lines Matching refs:sepc
17 register char sepc = sep[0]; local
25 if (sepc == '\0') {
31 sepc = ' ';
48 while ((c = *p++) != sepc)
56 while ((c = *p++) != sepc)
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)
119 while ((sepc = *sepp++) != '\0' && sepc != c)
121 if (sepc != '\0') /* it was a separator */
129 while ((sepc = *sepp++) != '\0' && sepc != c)
131 if (sepc == '\0') /* it wasn't a separator */