Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtesting.c293 && pattern_match(pat, text, FALSE) != (atype == ASSERT_MATCH)) in assert_match_common()
656 if (!pattern_match(expected, actual, FALSE)) in f_assert_fails()
666 if (!pattern_match(expected, actual, FALSE)) in f_assert_fails()
701 && !pattern_match(argvars[4].vval.v_string, in f_assert_fails()
H A Dtypval.c1394 n1 = pattern_match(s2, s1, ic); in typval_compare()
H A Deval.c1950 pattern_match(char_u *pat, char_u *text, int ic) in pattern_match() function
/vim-8.2.3635/src/proto/
H A Deval.pro35 int pattern_match(char_u *pat, char_u *text, int ic);