Searched refs:STORE_CHAR (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/less/ |
H A D | line.c | 700 #define STORE_CHAR(ch,a,rep,pos) \ in store_char() 762 STORE_CHAR(last_ansis[ax].data[i], AT_ANSI, NULL, pos); in store_char() 847 STORE_CHAR((LWCHAR)*s, a, NULL, pos); in store_tab() 883 STORE_CHAR(' ', attr, " ", pos); in pappend() 1016 STORE_CHAR(ch, AT_NORMAL, rep, pos); in store_ansi() 1030 STORE_CHAR(ch, AT_ANSI, rep, pos); in store_bs() 1036 STORE_CHAR(ch, AT_ANSI, rep, pos); in store_bs() 1075 STORE_CHAR(ch, AT_NORMAL, NULL, pos); in do_append() 1177 STORE_CHAR(ch, a, rep, pos); in pdone() 676 #define STORE_CHAR( global() macro
|