Searched refs:type_is (Results 1 – 4 of 4) sorted by relevance
1158 int type_is = type == EXPR_IS || type == EXPR_ISNOT; in typval_compare() local1160 if (type_is && typ1->v_type != typ2->v_type) in typval_compare()1168 if (type_is) in typval_compare()1195 if (type_is) in typval_compare()1224 if (type_is) in typval_compare()1268 else if (type_is) in typval_compare()
2707 int type_is = FALSE; in eval4() local2716 type = get_compare_type(p, &len, &type_is); in eval4()2741 if (vim9script && type_is && (p[len] == '?' || p[len] == '#')) in eval4()
4148 get_compare_type(char_u *p, int *len, int *type_is) in get_compare_type() argument4190 *type_is = TRUE; in get_compare_type()5145 int type_is = FALSE; in compile_expr4() local5153 type = get_compare_type(p, &len, &type_is); in compile_expr4()5167 if (type_is && (p[len] == '?' || p[len] == '#')) in compile_expr4()
14 exprtype_T get_compare_type(char_u *p, int *len, int *type_is);