Searched refs:ISSEPAR (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libast/sfio/ | ||
H A D | sfsetbuf.c | 74 #define ISSEPAR(c) ((c) == ',' || (c) == ' ' || (c) == '\t') macro 79 { while(ISSEPAR(*astsfio) ) 81 for(endw = astsfio; *endw && !ISSEPAR(*endw); ++endw) |
Completed in 10 milliseconds