Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dline.c70 static int last_overstrike = AT_NORMAL;
244 last_overstrike = AT_NORMAL; in prewind()
348 add_pfx(' ', AT_NORMAL); in plinestart()
371 add_pfx(' ', AT_NORMAL); in plinestart()
374 add_pfx(' ', AT_NORMAL); in plinestart()
511 if (apply_at_specials(a) != AT_NORMAL && in pwidth()
714 if (ov != AT_NORMAL) in store_char()
1016 STORE_CHAR(ch, AT_NORMAL, rep, pos); in store_ansi()
1075 STORE_CHAR(ch, AT_NORMAL, NULL, pos); in do_append()
1083 int a = AT_NORMAL; in do_append()
[all...]
H A Doptfunc.c594 case 'n': return AT_NORMAL; in color_from_namechar()
644 case AT_NORMAL: in opt_D()
H A Dforwback.c363 if (clear_bg && apply_at_specials(final_attr) != AT_NORMAL) in forw()
H A Dless.h428 #define AT_NORMAL (0)
421 #define AT_NORMAL global() macro
H A Doutput.c67 final_attr = AT_NORMAL; in put_line()
H A Dcharset.c387 default: *attrptr = AT_NORMAL; break; in setfmt()
H A Dscreen.c249 static int attrmode = AT_NORMAL;
2435 if (attrmode == AT_NORMAL) in clear_bot()
2802 attrmode = AT_NORMAL; in win32_kbhit()
H A Dcommand.c936 at_enter(AT_NORMAL|AT_COLOR_PROMPT); in getcc_end_command()