Home
last modified time | relevance | path

Searched defs:opt_s (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipmon_y.y28 typedef struct opt_s { struct
29 struct opt_s *o_next; argument
30 int o_line;
31 int o_type;
32 int o_num;
33 char *o_str;
57 struct opt_s *opt; argument
/netbsd-src/usr.bin/iconv/
H A Diconv.c174 int opt_l = 0, opt_s = 0, opt_c = 0; in main() local