Home
last modified time | relevance | path

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

/titanic_51/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()
/titanic_51/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfsetbuf.c74 #define ISSEPAR(c) ((c) == ',' || (c) == ' ' || (c) == '\t') in sfsetlinemode() macro
79 { while(ISSEPAR(*astsfio) ) in sfsetlinemode()
81 for(endw = astsfio; *endw && !ISSEPAR(*endw); ++endw) in sfsetlinemode()