Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dvim9type.pro18 int check_type(type_T *expected, type_T *actual, int give_msg, where_T where);
/vim-8.2.3635/src/
H A Dvim9type.c536 check_type(type_T *expected, type_T *actual, int give_msg, where_T where) in check_type() argument
556 if (give_msg) in check_type()
597 if (ret == FAIL && give_msg) in check_type()