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

  /src/external/bsd/nvi/dist/vi/
v_scroll.c 246 /* Otherwise, it's the same as v_down(). */
247 return (v_down(sp, vp));
251 * v_down -- [count]^J, [count]^N, [count]j, [count]^M, [count]+
254 * PUBLIC: int v_down __P((SCR *, VICMD *));
257 v_down(SCR *sp, VICMD *vp) function
v_scroll.c 246 /* Otherwise, it's the same as v_down(). */
247 return (v_down(sp, vp));
251 * v_down -- [count]^J, [count]^N, [count]j, [count]^M, [count]+
254 * PUBLIC: int v_down __P((SCR *, VICMD *));
257 v_down(SCR *sp, VICMD *vp) function

Completed in 85 milliseconds