Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dv_match.c38 int cnt, isempty, matchc, startc, (*gc)(SCR *, VCS *); in v_match() local
73 matchc = match_chars[cnt ^ 1]; in v_match()
93 else if (cs.cs_ch == matchc && --cnt == 0) in v_match()