Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtypval.c1158 int type_is = type == EXPR_IS || type == EXPR_ISNOT; in typval_compare()
1255 && type != EXPR_IS && type != EXPR_ISNOT) in typval_compare()
1299 case EXPR_IS: in typval_compare()
1323 case EXPR_IS: in typval_compare()
1352 case EXPR_IS: in typval_compare()
1383 case EXPR_IS: in typval_compare()
H A Ddebugger.c992 if (typval_compare(tv, bp->dbg_val, EXPR_IS, FALSE) == OK in debuggy_find()
H A Dvim9execute.c3694 case EXPR_IS: cmp = arg1 == arg2; break; in exec_instructions()
3718 case EXPR_IS: cmp = arg1 == arg2; break; in exec_instructions()
5623 case EXPR_IS: p = "is"; break; in list_instructions()
H A Dvim9compile.c871 if ((exprtype == EXPR_IS || exprtype == EXPR_ISNOT) in get_compare_isn()
878 exprtype == EXPR_IS ? "is" : "isnot" , vartype_name(type1)); in get_compare_isn()
886 && exprtype != EXPR_IS && exprtype != EXPR_ISNOT in get_compare_isn()
4189 type = *len == 2 ? EXPR_IS : EXPR_ISNOT; in get_compare_type()
H A Dstructs.h4122 EXPR_IS, // is enumerator