Searched refs:do_append (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/contrib/less/ |
| HD | line.c | 80 static int do_append(LWCHAR ch, constant char *rep, POSITION pos); 924 if (do_append(pendc, NULL, pendpos)) in pappend_b() 957 r = do_append(ch, NULL, pos); in pappend_b() 967 r = do_append(ch, NULL, pos); in pappend_b() 982 r = do_append(get_wchar(mbc_buf), mbc_buf, mbc_pos); in pappend_b() 1081 static int do_append(LWCHAR ch, constant char *rep, POSITION pos) in do_append() function 1223 (void) do_append(pendc, NULL, pendpos); in pdone()
|