Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/vi/common/
Dgs.h44 typedef enum { EX_TERM_CE, EX_TERM_SCROLL } exadj_t; typedef
166 int (*scr_ex_adjust)(SCR *, exadj_t);
/openbsd/src/usr.bin/vi/include/
Dcl_extern.h10 int cl_ex_adjust(SCR *, exadj_t);
/openbsd/src/usr.bin/vi/cl/
Dcl_funcs.c305 cl_ex_adjust(SCR *sp, exadj_t action) in cl_ex_adjust()