Home
last modified time | relevance | path

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

/dports/editors/nvi2/nvi2-2.2.0/vi/
H A Dv_word.c63 enum which {BIGWORD, LITTLEWORD}; enumerator
78 return (fword(sp, vp, BIGWORD)); in v_wordW()
138 if (type == BIGWORD) in fword()
238 return (eword(sp, vp, BIGWORD)); in v_wordE()
291 start: if (type == BIGWORD) in eword()
384 return (bword(sp, vp, BIGWORD)); in v_wordB()
438 start: if (type == BIGWORD) in bword()
/dports/editors/vigor/vigor-0.016/vi/
H A Dv_word.c67 enum which {BIGWORD, LITTLEWORD}; enumerator
84 return (fword(sp, vp, BIGWORD));
149 if (type == BIGWORD)
251 return (eword(sp, vp, BIGWORD));
309 start: if (type == BIGWORD)
404 return (bword(sp, vp, BIGWORD));
463 start: if (type == BIGWORD)