Home
last modified time | relevance | path

Searched refs:E_WRESIZE (Results 1 – 7 of 7) sorted by relevance

/openbsd/usr.bin/vi/common/
H A Dkey.h48 E_WRESIZE, /* Window resize. */ enumerator
H A Dkey.c757 case E_WRESIZE: in v_event_err()
/openbsd/usr.bin/vi/vi/
H A Dv_replace.c128 case E_WRESIZE: in v_replace()
H A Dvi.c1202 case E_WRESIZE: in v_key()
H A Dv_txt.c502 case E_WRESIZE: in v_txt()
507 if (evp->e_event != E_INTERRUPT && evp->e_event != E_WRESIZE) in v_txt()
/openbsd/usr.bin/vi/cl/
H A Dcl_read.c81 evp->e_event = E_WRESIZE; in cl_event()
/openbsd/usr.bin/vi/ex/
H A Dex_txt.c121 case E_WRESIZE: in ex_txt()