Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dvim9compile.pro14 exprtype_T get_compare_type(char_u *p, int *len, int *type_is);
/vim-8.2.3635/src/
H A Dvim9compile.c4148 get_compare_type(char_u *p, int *len, int *type_is) in get_compare_type() function
5153 type = get_compare_type(p, &len, &type_is); in compile_expr4()
H A Deval.c2716 type = get_compare_type(p, &len, &type_is); in eval4()