Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/vi/
H A Dvs_smap.c536 if (vs_sm_cursor(sp, &smp)) in vs_sm_scroll()
640 cursor_set = scmd == CNTRL_E || vs_sm_cursor(sp, &ssmp); in vs_sm_up()
860 cursor_set = scmd == CNTRL_Y || vs_sm_cursor(sp, &ssmp); in vs_sm_down()
1107 vs_sm_cursor(SCR *sp, SMAP **smpp) in vs_sm_cursor() function
H A Dvs_split.c105 !ccl && (vs_sm_cursor(sp, &smp) ? 0 : (size_t)(smp - HMAP) + 1) >= half; in vs_split()