Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_parsecfg.c42 #define ISSEP(x,dash) (!dash && (((x) == '=') || ((x) == ':'))) macro
163 while(*line && !ISSPACE(*line) && !ISSEP(*line, dashed_option)) in parseconfig()
175 while(*line && (ISSPACE(*line) || ISSEP(*line, dashed_option))) in parseconfig()