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

/freebsd-13-stable/contrib/nvi/vi/
H A Dv_word.c67 static int fword(SCR *, VICMD *, enum which);
78 return (fword(sp, vp, BIGWORD));
90 return (fword(sp, vp, LITTLEWORD));
94 * fword --
98 fword(SCR *sp, VICMD *vp, enum which type) function

Completed in 68 milliseconds