Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmessage.c573 static garray_T ignore_error_list = GA_EMPTY; variable
578 if (ignore_error_list.ga_itemsize == 0) in ignore_error_for_testing()
579 ga_init2(&ignore_error_list, sizeof(char_u *), 1); in ignore_error_for_testing()
582 ga_clear_strings(&ignore_error_list); in ignore_error_for_testing()
584 ga_add_string(&ignore_error_list, error); in ignore_error_for_testing()
592 for (i = 0; i < ignore_error_list.ga_len; ++i) in ignore_error()
594 (char *)((char_u **)(ignore_error_list.ga_data))[i]) != NULL) in ignore_error()