Searched defs:option_list (Results 1 – 3 of 3) sorted by relevance
485 struct option_list in _getopt_internal_r() struct487 const struct option *p; in _getopt_internal_r()488 struct option_list *next; in _getopt_internal_r()
186 struct option_list { struct188 struct option_list *next; argument
2411 **option_list, in IsOptionMember() local