| /src/external/bsd/less/dist/ |
| line.c | 678 #define STORE_CHAR(ch,a,rep,pos) \ 680 if (store_char((ch),(a),(rep),(pos))) return (1); \ 683 static int store_char(LWCHAR ch, int a, char *rep, POSITION pos) function 739 STORE_CHAR(last_ansis[ax].data[i], AT_ANSI, NULL, pos); 824 STORE_CHAR(*s, a, NULL, pos); 852 STORE_CHAR(' ', attr, " ", pos); 979 STORE_CHAR(ch, AT_NORMAL, rep, pos); 993 STORE_CHAR(ch, AT_ANSI, rep, pos); 999 STORE_CHAR(ch, AT_ANSI, rep, pos); 1036 STORE_CHAR(ch, AT_NORMAL, NULL, pos) [all...] |
| line.c | 678 #define STORE_CHAR(ch,a,rep,pos) \ 680 if (store_char((ch),(a),(rep),(pos))) return (1); \ 683 static int store_char(LWCHAR ch, int a, char *rep, POSITION pos) function 739 STORE_CHAR(last_ansis[ax].data[i], AT_ANSI, NULL, pos); 824 STORE_CHAR(*s, a, NULL, pos); 852 STORE_CHAR(' ', attr, " ", pos); 979 STORE_CHAR(ch, AT_NORMAL, rep, pos); 993 STORE_CHAR(ch, AT_ANSI, rep, pos); 999 STORE_CHAR(ch, AT_ANSI, rep, pos); 1036 STORE_CHAR(ch, AT_NORMAL, NULL, pos) [all...] |