HomeSort by: relevance | last modified time | path
    Searched refs:AT_NORMAL (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/less/dist/
line.c 72 static int last_overstrike = AT_NORMAL;
248 last_overstrike = AT_NORMAL;
353 add_pfx(' ', AT_NORMAL);
375 add_pfx(' ', AT_NORMAL);
378 add_pfx(' ', AT_NORMAL);
514 if (apply_at_specials(a) != AT_NORMAL &&
691 if (i != AT_NORMAL)
979 STORE_CHAR(ch, AT_NORMAL, rep, pos);
1036 STORE_CHAR(ch, AT_NORMAL, NULL, pos);
1044 int a = AT_NORMAL;
    [all...]
forwback.c 358 if (clear_bg && apply_at_specials(final_attr) != AT_NORMAL)
optfunc.c 588 case 'n': return AT_NORMAL;
638 case AT_NORMAL:
less.h 423 #define AT_NORMAL (0)
output.c 69 final_attr = AT_NORMAL;
screen.c 254 static int attrmode = AT_NORMAL;
2438 if (attrmode == AT_NORMAL)
2732 attrmode = AT_NORMAL;
charset.c 405 default: *attrptr = AT_NORMAL; break;
command.c 900 at_enter(AT_NORMAL|AT_COLOR_PROMPT);

Completed in 81 milliseconds