Searched refs:do_append (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/less/ |
| H A D | line.c | 62 static int do_append LESSPARAMS ((LWCHAR ch, char *rep, POSITION pos)); 850 if (do_append(pendc, NULL, pendpos)) 883 r = do_append(c, NULL, pos); 893 r = do_append(c, NULL, pos); 908 r = do_append(get_wchar(mbc_buf), mbc_buf, mbc_pos); 1005 do_append(ch, rep, pos) in do_append() function 1166 (void) do_append(pendc, NULL, pendpos);
|