Searched defs:opt_t (Results 1 – 5 of 5) sorted by relevance
71 struct opt_t { struct72 char *string;73 int option;74 int sign;78 u_int32_t value;
40 typedef int opt_t; typedef
159 sub opt_t { # choose plaintext as output format subroutine
246 opt_t(int type, char *s) in opt_t() function
46 enum opt_t { opt_unknown, opt_list, opt_delete, opt_edit, opt_replace }; enum