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

/freebsd-9.3-release/contrib/less/
H A Dline.c46 static int do_append();
752 if (do_append(pendc, NULL, pendpos))
785 r = do_append((LWCHAR) c, NULL, pos);
795 r = do_append((LWCHAR) c, NULL, pos);
810 r = do_append(get_wchar(mbc_buf), mbc_buf, mbc_pos);
847 do_append(ch, rep, pos) function
1010 (void) do_append(pendc, NULL, pendpos);

Completed in 84 milliseconds