Home
last modified time | relevance | path

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

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