HomeSort by: relevance | last modified time | path
    Searched defs:v_correct (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/nvi/dist/vi/
v_search.c 114 return (v_correct(sp, vp, 0));
218 return (v_correct(sp, vp, F_ISSET(cmdp, E_DELTA)));
460 if (v_correct(sp, vp, 0))
468 * v_correct --
484 * PUBLIC: int v_correct __P((SCR *, VICMD *, int));
487 v_correct(SCR *sp, VICMD *vp, int isdelta) function

Completed in 18 milliseconds