Searched refs:ISSEP (Results 1 – 1 of 1) sorted by relevance
42 #define ISSEP(x,dash) (!dash && (((x) == '=') || ((x) == ':'))) macro163 while(*line && !ISSPACE(*line) && !ISSEP(*line, dashed_option)) in parseconfig()175 while(*line && (ISSPACE(*line) || ISSEP(*line, dashed_option))) in parseconfig()