Home
last modified time | relevance | path

Searched refs:scr_keyval (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/vi/common/
H A Dgs.h170 int (*scr_keyval)(SCR *, scr_keyval_t, CHAR_T *, int *); member
H A Dkey.c164 if (sp->gp->scr_keyval(sp, name, &ch, &dne)) in v_keyval()
/openbsd/usr.bin/vi/cl/
H A Dcl_main.c327 gp->scr_keyval = cl_keyval; in cl_func_std()