Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/less/
H A Doutput.c603 at_enter(AT_STANDOUT);
649 at_enter(AT_STANDOUT);
H A Doptfunc.c645 at_enter(AT_STANDOUT);
772 int attr = AT_STANDOUT;
H A Dcharset.c124 public int binattr = AT_STANDOUT;
305 case 's': *attrptr = AT_STANDOUT; break;
H A Dscreen.c1954 at_enter(AT_STANDOUT); in create_flash()
1959 at_enter(AT_STANDOUT); in create_flash()
2228 if (attr & AT_STANDOUT)
2233 if (attr & AT_STANDOUT)
2258 if (attrmode & AT_STANDOUT) in at_exit()
2306 attr |= AT_STANDOUT;
H A Dline.c421 if (a & AT_STANDOUT)
445 if (a & AT_STANDOUT)
H A Dless.h396 #define AT_STANDOUT (1 << 3) macro
H A Dcommand.c768 at_enter(AT_STANDOUT); in prompt()