Searched refs:scr_keyval_t (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | gs.h | 48 typedef enum { KEY_VEOF, KEY_VERASE, KEY_VKILL, KEY_VWERASE } scr_keyval_t; typedef 171 int (*scr_keyval)(SCR *, scr_keyval_t, CHAR_T *, int *);
|
H A D | key.c | 32 static void v_keyval(SCR *, int, scr_keyval_t); 145 v_keyval(SCR *sp, int val, scr_keyval_t name) in v_keyval()
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_funcs.c | 460 cl_keyval(SCR *sp, scr_keyval_t val, CHAR_T *chp, int *dnep) in cl_keyval()
|
/freebsd/usr.bin/vi/ |
H A D | extern.h | 13 int cl_keyval(SCR *, scr_keyval_t, CHAR_T *, int *);
|