Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dvim9execute.pro17 int check_not_string(typval_T *tv);
/vim-8.2.3635/src/
H A Dvim9execute.c4222 if (check_not_string(tv) == FAIL) in exec_instructions()
5992 check_not_string(typval_T *tv) in check_not_string() function
H A Dvim9compile.c4084 if (check_not_string(rettv) == FAIL) in apply_leader()