Searched refs:OTYPE (Results 1 – 5 of 5) sorted by relevance
93 switch (pendopt->otype & OTYPE) { in scan_option()234 (o->otype & OTYPE) != STRING && in scan_option()235 (o->otype & OTYPE) != NUMBER) { in scan_option()263 switch (o->otype & OTYPE) { in scan_option()357 switch (o->otype & OTYPE) { in toggle_option()372 switch (o->otype & OTYPE) { in toggle_option()458 switch (o->otype & OTYPE) { in toggle_option()
29 #define OTYPE (BOOL|TRIPLE|NUMBER|STRING|NOVAR) macro
50 OTYPE(__curbrk)
49 OTYPE(__minbrk)
67 #define OTYPE(x) .type x,@object macro