Searched refs:OTYPE (Results 1 – 2 of 2) sorted by relevance
89 switch (pendopt->otype & OTYPE) in scan_option()206 (o->otype & OTYPE) != STRING && in scan_option()207 (o->otype & OTYPE) != NUMBER) in scan_option()237 switch (o->otype & OTYPE) in scan_option()349 switch (o->otype & OTYPE) in toggle_option()368 switch (o->otype & OTYPE) in toggle_option()468 switch (o->otype & OTYPE) in toggle_option()
28 #define OTYPE (BOOL|TRIPLE|NUMBER|STRING|NOVAR) macro