Searched refs:ISSEP (Results 1 – 1 of 1) sorted by relevance
41 #define ISSEP(x,dash) (!dash && (((x) == '=') || ((x) == ':'))) macro131 while(*line && !ISSPACE(*line) && !ISSEP(*line, dashed_option)) in parseconfig()143 while(*line && (ISSPACE(*line) || ISSEP(*line, dashed_option))) in parseconfig()
Completed in 6 milliseconds