Searched refs:do_append (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/contrib/less/ |
| D | line.c | 52 static int do_append LESSPARAMS ((LWCHAR ch, char *rep, POSITION pos)); 814 if (do_append(pendc, NULL, pendpos)) 847 r = do_append(c, NULL, pos); 857 r = do_append(c, NULL, pos); 872 r = do_append(get_wchar(mbc_buf), mbc_buf, mbc_pos); 909 do_append(ch, rep, pos) in do_append() function 1093 (void) do_append(pendc, NULL, pendpos);
|