Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/vi/
H A Dvs_smap.c513 if (vs_sm_cursor(sp, &smp)) in vs_sm_scroll()
617 cursor_set = scmd == CNTRL_E || vs_sm_cursor(sp, &ssmp); in vs_sm_up()
830 cursor_set = scmd == CNTRL_Y || vs_sm_cursor(sp, &ssmp); in vs_sm_down()
1070 vs_sm_cursor(SCR *sp, SMAP **smpp) in vs_sm_cursor() function
H A Dvs_split.c89 !ccl && (vs_sm_cursor(sp, &smp) ? 0 : (smp - HMAP) + 1) >= half; in vs_split()
/openbsd/usr.bin/vi/include/
H A Dvi_extern.h136 int vs_sm_cursor(SCR *, SMAP **);