Searched refs:dashed_option (Results 1 – 1 of 1) sorted by relevance
124 bool dashed_option; in parseconfig() local151 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()