Home
last modified time | relevance | path

Searched refs:cl_fmap (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/vi/
H A Dcl_extern.h27 int cl_fmap(SCR *, seq_t, CHAR_T *, size_t, CHAR_T *, size_t);
/freebsd/contrib/nvi/cl/
H A Dextern.h27 int cl_fmap(SCR *, seq_t, CHAR_T *, size_t, CHAR_T *, size_t);
H A Dcl_main.c379 gp->scr_fmap = cl_fmap; in cl_func_std()
H A Dcl_term.c209 cl_fmap(SCR *sp, seq_t stype, CHAR_T *from, size_t flen, CHAR_T *to, size_t tlen) in cl_fmap() function