Searched refs:dashed_option (Results 1 – 1 of 1) sorted by relevance
94 bool dashed_option; in parseconfig() local129 dashed_option = (option[0] == '-'); in parseconfig()131 while(*line && !ISSPACE(*line) && !ISSEP(*line, dashed_option)) in parseconfig()143 while(*line && (ISSPACE(*line) || ISSEP(*line, dashed_option))) in parseconfig()
Completed in 4 milliseconds