Home
last modified time | relevance | path

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

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