Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/nvi/vi/
HDv_ch.c42 switch (VIP(sp)->csearchdir) { in v_chrepeat()
73 savedir = VIP(sp)->csearchdir; in v_chrrepeat()
75 switch (VIP(sp)->csearchdir) { in v_chrrepeat()
94 VIP(sp)->csearchdir = savedir; in v_chrrepeat()
125 VIP(sp)->csearchdir = tSEARCH; in v_cht()
153 VIP(sp)->csearchdir = fSEARCH; in v_chf()
207 VIP(sp)->csearchdir = TSEARCH; in v_chT()
236 VIP(sp)->csearchdir = FSEARCH; in v_chF()
HDv_init.c49 nvip->csearchdir = CNOTSET; in v_screen_copy()
71 nvip->csearchdir = ovip->csearchdir; in v_screen_copy()
HDvi.h267 cdir_t csearchdir; /* Character search direction. */ member