Home
last modified time | relevance | path

Searched refs:AT_STANDOUT (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.bin/less/
H A Doutput.c251 at_enter(AT_STANDOUT); in error()
294 at_enter(AT_STANDOUT); in ierror()
H A Dscreen.c717 if (attr & AT_STANDOUT) in at_enter()
727 if (attrmode & AT_STANDOUT) in at_exit()
766 attr |= AT_STANDOUT; in apply_at_specials()
H A Dcharset.c28 int binattr = AT_STANDOUT;
121 case 's': binattr = AT_STANDOUT; break; in setbinfmt()
H A Dless.h145 #define AT_STANDOUT (1 << 3) macro
H A Dline.c338 if (a & AT_STANDOUT) in attr_swidth()
361 if (a & AT_STANDOUT) in attr_ewidth()
H A Dcommand.c675 at_enter(AT_STANDOUT); in prompt()