HomeSort by: relevance | last modified time | path
    Searched defs:do_append (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/less/dist/
line.c 82 static int do_append(LWCHAR ch, char *rep, POSITION pos);
892 if (do_append(pendc, NULL, pendpos))
925 r = do_append(c, NULL, pos);
935 r = do_append(c, NULL, pos);
950 r = do_append(get_wchar(mbc_buf), mbc_buf, mbc_pos);
1042 static int do_append(LWCHAR ch, char *rep, POSITION pos) function
1184 (void) do_append(pendc, NULL, pendpos);

Completed in 24 milliseconds