Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/vi/
H A Dv_txt.c56 static int txt_showmatch __P((SCR *, TEXT *));
1419 if (!KEYS_WAITING(sp) && txt_showmatch(sp, tp)) in v_txt()
2733 txt_showmatch(SCR *sp, TEXT *tp) in txt_showmatch() function