Lines Matching refs:atype
136 assert_type_T atype) in fill_assert_error() argument
155 if (atype == ASSERT_MATCH || atype == ASSERT_NOTMATCH) in fill_assert_error()
157 else if (atype == ASSERT_NOTEQUAL) in fill_assert_error()
165 if (atype != ASSERT_NOTEQUAL in fill_assert_error()
228 if (atype != ASSERT_NOTEQUAL) in fill_assert_error()
230 if (atype == ASSERT_MATCH) in fill_assert_error()
232 else if (atype == ASSERT_NOTMATCH) in fill_assert_error()
257 assert_equal_common(typval_T *argvars, assert_type_T atype) in assert_equal_common() argument
262 != (atype == ASSERT_EQUAL)) in assert_equal_common()
266 atype); in assert_equal_common()
275 assert_match_common(typval_T *argvars, assert_type_T atype) in assert_match_common() argument
293 && pattern_match(pat, text, FALSE) != (atype == ASSERT_MATCH)) in assert_match_common()
297 atype); in assert_match_common()