Searched defs:myoption (Results 1 – 3 of 3) sorted by relevance
21 myoption = My option key
56 struct myoption { struct57 const char *name;58 int has_arg;59 int *flag;60 int val;
299 *myoption, /* My current option */ in cupsCopyDestConflicts() local