Home
last modified time | relevance | path

Searched refs:scr_screen (Results 1 – 9 of 9) sorted by relevance

/openbsd/usr.bin/vi/ex/
H A Dex_shell.c95 if (gp->scr_screen(sp, SC_EX)) { in ex_exec_proc()
H A Dex_append.c204 if (gp->scr_screen(sp, SC_EX)) { in ex_aci()
H A Dex_util.c148 if (gp->scr_screen(sp, SC_EX)) in ex_init()
H A Dex_read.c156 if (gp->scr_screen(sp, SC_EX)) { in ex_read()
/openbsd/usr.bin/vi/common/
H A Dgs.h184 int (*scr_screen)(SCR *, u_int32_t); member
/openbsd/usr.bin/vi/vi/
H A Dvs_msg.c279 if (sp->gp->scr_screen(sp, SC_EX)) in vs_msg()
296 (void)sp->gp->scr_screen(sp, SC_VI); in vs_msg()
557 if (sp->gp->scr_screen(sp, SC_VI)) in vs_ex_resolve()
H A Dv_ex.c66 if (gp->scr_screen(sp, SC_EX)) { in v_exmode()
H A Dvi.c938 if (gp->scr_screen(sp, SC_VI)) in v_init()
/openbsd/usr.bin/vi/cl/
H A Dcl_main.c333 gp->scr_screen = cl_screen; in cl_func_std()