Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Doption.c88 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()
H A Doption.h27 #define OTYPE (BOOL|TRIPLE|NUMBER|STRING|NOVAR) macro