Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_parsecfg.c144 bool dashed_option; in parseconfig() local
178 dashed_option = option[0]=='-'?TRUE:FALSE; in parseconfig()
180 while(*line && !ISSPACE(*line) && !ISSEP(*line, dashed_option)) in parseconfig()
192 while(*line && (ISSPACE(*line) || ISSEP(*line, dashed_option))) in parseconfig()