Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dv_ch.c36 vp->character = VIP(sp)->lastckey; in v_chrepeat()
68 vp->character = VIP(sp)->lastckey; in v_chrrepeat()
148 VIP(sp)->lastckey = key; in v_chf()
240 VIP(sp)->lastckey = key; in v_chF()
H A Dv_init.c66 nvip->lastckey = ovip->lastckey; in v_screen_copy()
H A Dvi.h264 CHAR_T lastckey; /* Last search character. */ member