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

/freebsd-10.2-release/contrib/nvi/vi/
H A Dv_word.c71 static int fword __P((SCR *, VICMD *, enum which));
82 return (fword(sp, vp, BIGWORD));
94 return (fword(sp, vp, LITTLEWORD));
98 * fword --
102 fword(SCR *sp, VICMD *vp, enum which type) function

Completed in 92 milliseconds