Home
last modified time | relevance | path

Searched refs:OTYPE (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.bin/less/
Doption.c93 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()
Doption.h29 #define OTYPE (BOOL|TRIPLE|NUMBER|STRING|NOVAR) macro
/openbsd/src/lib/libc/arch/sparc64/sys/
Dsbrk.S50 OTYPE(__curbrk)
Dbrk.S49 OTYPE(__minbrk)
/openbsd/src/sys/arch/sparc64/include/
Dasm.h67 #define OTYPE(x) .type x,@object macro