Home
last modified time | relevance | path

Searched refs:AT_NORMAL (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/less/dist/
H A Dline.c72 static int last_overstrike = AT_NORMAL;
248 last_overstrike = AT_NORMAL; in prewind()
353 add_pfx(' ', AT_NORMAL); in plinestart()
375 add_pfx(' ', AT_NORMAL); in plinestart()
378 add_pfx(' ', AT_NORMAL); in plinestart()
514 if (apply_at_specials(a) != AT_NORMAL && in pwidth()
691 if (i != AT_NORMAL) in store_char()
979 STORE_CHAR(ch, AT_NORMAL, rep, pos); in store_control_char()
1036 STORE_CHAR(ch, AT_NORMAL, NULL, pos); in store_bs()
1044 int a = AT_NORMAL; in do_append()
[all …]
H A Doptfunc.c588 case 'n': return AT_NORMAL; in color_from_namechar()
638 case AT_NORMAL: in opt_D()
H A Dforwback.c358 if (clear_bg && apply_at_specials(final_attr) != AT_NORMAL) in forw()
H A Dless.h423 #define AT_NORMAL (0) macro
H A Doutput.c69 final_attr = AT_NORMAL; in put_line()
H A Dcharset.c405 default: *attrptr = AT_NORMAL; break; in setfmt()
H A Dscreen.c254 static int attrmode = AT_NORMAL;
2438 if (attrmode == AT_NORMAL) in clear_bot()
2732 attrmode = AT_NORMAL; in at_exit()
H A Dcommand.c900 at_enter(AT_NORMAL|AT_COLOR_PROMPT); in prompt()
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dsubsearch.lt282 static int attrmode = AT_NORMAL;
2455 if (attrmode == AT_NORMAL)
2749 attrmode = AT_NORMAL;