Home
last modified time | relevance | path

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

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