Home
last modified time | relevance | path

Searched refs:bword (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/nvi/vi/
H A Dv_word.c65 static int bword(SCR *, VICMD *, enum which);
384 return (bword(sp, vp, BIGWORD)); in v_wordB()
396 return (bword(sp, vp, LITTLEWORD)); in v_wordb()
404 bword(SCR *sp, VICMD *vp, enum which type) in bword() function