Searched defs:nextsep (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.c141 q = nextsep(set);
225 * nextsep -- skip over non-separators (alnum and _, actually),
229 nextsep(char *p) function
231 errlog(BEGIN, "nextsep() {");
241 * nextsep2 -- same as nextsep but also skips '.'
246 errlog(BEGIN, "nextsep() {");

Completed in 184 milliseconds