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

/freebsd-10.2-release/contrib/nvi/vi/
H A Dvs_smap.c530 if (vs_sm_cursor(sp, &smp))
634 cursor_set = scmd == CNTRL_E || vs_sm_cursor(sp, &ssmp);
854 cursor_set = scmd == CNTRL_Y || vs_sm_cursor(sp, &ssmp);
1095 * vs_sm_cursor --
1098 * PUBLIC: int vs_sm_cursor __P((SCR *, SMAP **));
1101 vs_sm_cursor(SCR *sp, SMAP **smpp) function
H A Dextern.h136 int vs_sm_cursor __P((SCR *, SMAP **));
H A Dvs_split.c100 !ccl && (vs_sm_cursor(sp, &smp) ? 0 : (smp - HMAP) + 1) >= half;

Completed in 94 milliseconds