Searched defs:opt_s (Results 1 – 2 of 2) sorted by relevance
28 typedef struct opt_s { struct29 struct opt_s *o_next; argument30 int o_line;31 int o_type;32 int o_num;33 char *o_str;57 struct opt_s *opt; argument
174 int opt_l = 0, opt_s = 0, opt_c = 0; in main() local