Searched refs:store_char (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/usr.bin/less/ |
| D | line.c | 488 store_char(LWCHAR ch, char a, char *rep, off_t pos) in store_char() function 593 if (store_char(' ', attr, " ", pos)) in store_tab() 618 if (store_char(*s, AT_BINARY, NULL, pos)) in store_prchar() 758 if (store_char(ch, AT_NORMAL, NULL, pos)) in do_append() 842 if (store_char(ch, AT_NORMAL, rep, pos)) in do_append() 858 if (store_char(*s, AT_BINARY, NULL, pos)) in do_append() 862 if (store_char(ch, a, rep, pos)) in do_append()
|