Searched refs:get_compare_type (Results 1 – 3 of 3) sorted by relevance
14 exprtype_T get_compare_type(char_u *p, int *len, int *type_is);
4148 get_compare_type(char_u *p, int *len, int *type_is) in get_compare_type() function5153 type = get_compare_type(p, &len, &type_is); in compile_expr4()
2716 type = get_compare_type(p, &len, &type_is); in eval4()