Searched refs:ISSEPAR (Results 1 – 2 of 2) sorted by relevance
67 #define ISSEPAR(c) ((c) == ',' || (c) == ' ' || (c) == '\t') in setlinemode() macro72 { while(ISSEPAR(*astsfio) ) in setlinemode()74 for(endw = astsfio; *endw && !ISSEPAR(*endw); ++endw) in setlinemode()
74 #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()