Home
last modified time | relevance | path

Searched refs:cl_addstr (Results 1 – 3 of 3) sorted by last modified time

/freebsd/usr.bin/vi/
H A Dextern.h3 int cl_addstr(SCR *, const char *, size_t);
/freebsd/contrib/nvi/cl/
H A Dcl_funcs.c90 cl_addstr(SCR *sp, const char *str, size_t len) in cl_addstr() function
H A Dcl_main.c365 gp->scr_addstr = cl_addstr; in cl_func_std()