Searched refs:do_append (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/less/
H A Dline.c64 static int do_append LESSPARAMS ((LWCHAR ch, char *rep, POSITION pos));
848 if (do_append(pendc, NULL, pendpos))
881 r = do_append(c, NULL, pos);
891 r = do_append(c, NULL, pos);
906 r = do_append(get_wchar(mbc_buf), mbc_buf, mbc_pos);
1001 do_append(ch, rep, pos) function
1155 (void) do_append(pendc, NULL, pendpos);

Completed in 55 milliseconds