HomeSort by: relevance | last modified time | path
    Searched refs:vs_sm_cursor (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nvi/dist/vi/
vs_smap.c 536 if (vs_sm_cursor(sp, &smp))
640 cursor_set = scmd == CNTRL_E || vs_sm_cursor(sp, &ssmp);
860 cursor_set = scmd == CNTRL_Y || vs_sm_cursor(sp, &ssmp);
1101 * vs_sm_cursor --
1104 * PUBLIC: int vs_sm_cursor __P((SCR *, SMAP **));
1107 vs_sm_cursor(SCR *sp, SMAP **smpp) function
vs_split.c 105 !ccl && (vs_sm_cursor(sp, &smp) ? 0 : (size_t)(smp - HMAP) + 1) >= half;

Completed in 53 milliseconds