Searched refs:OTYPE (Results 1 – 2 of 2) sorted by relevance
88 switch (pendopt->otype & OTYPE) in scan_option()203 (o->otype & OTYPE) != STRING && in scan_option()204 (o->otype & OTYPE) != NUMBER) in scan_option()234 switch (o->otype & OTYPE) in scan_option()334 switch (o->otype & OTYPE) in toggle_option()353 switch (o->otype & OTYPE) in toggle_option()447 switch (o->otype & OTYPE) in toggle_option()
27 #define OTYPE (BOOL|TRIPLE|NUMBER|STRING|NOVAR) macro