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

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfsetbuf.c67 #define ISSEPAR(c) ((c) == ',' || (c) == ' ' || (c) == '\t') macro
72 { while(ISSEPAR(*astsfio) )
74 for(endw = astsfio; *endw && !ISSEPAR(*endw); ++endw)

Completed in 45 milliseconds