Searched refs:AT_NORMAL (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/less/
H A Dline.c35 static int last_overstrike = AT_NORMAL;
156 last_overstrike = AT_NORMAL;
196 attr[curr] = AT_NORMAL|AT_HILITE;
198 attr[curr] = AT_NORMAL;
218 attr[curr+i] = AT_NORMAL;
230 attr[curr++] = AT_NORMAL;
321 prev_attr = (to > 0) ? attr[to-1] : AT_NORMAL;
471 if ((apply_at_specials(a) != AT_NORMAL) &&
575 if (w != AT_NORMAL)
854 a = AT_NORMAL;
[all...]
H A Dforwback.c264 if (clear_bg && apply_at_specials(final_attr) != AT_NORMAL)
H A Dless.h365 #define AT_NORMAL (0) macro
H A Doutput.c61 final_attr = AT_NORMAL;
H A Dscreen.c204 static int attrmode = AT_NORMAL;
2174 if (attrmode == AT_NORMAL)
2243 attrmode = AT_NORMAL;
H A Dcharset.c291 default: binattr = AT_NORMAL; break;

Completed in 130 milliseconds