Home
last modified time | relevance | path

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

/illumos-gate/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()