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

/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfsetbuf.c71 #define ISSEPAR(c) ((c) == ',' || (c) == ' ' || (c) == '\t') macro
76 { while(ISSEPAR(*astsfio) )
78 for(endw = astsfio; *endw && !ISSEPAR(*endw); ++endw)

Completed in 25 milliseconds