Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_parsecfg.c41 #define ISSEP(x,dash) (!dash && (((x) == '=') || ((x) == ':'))) macro
131 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