Searched refs:typval_compare (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | typval.pro | 55 int typval_compare(typval_T *typ1, typval_T *typ2, exprtype_T type, int ic);
|
| /vim-8.2.3635/src/ |
| H A D | debugger.c | 992 if (typval_compare(tv, bp->dbg_val, EXPR_IS, FALSE) == OK in debuggy_find()
|
| H A D | typval.c | 1148 typval_compare( in typval_compare() function
|
| H A D | eval.c | 2789 ret = typval_compare(rettv, &var2, type, ic); in eval4()
|
| H A D | vim9execute.c | 3742 typval_compare(tv1, tv2, exprtype, ic); in exec_instructions()
|
| H A D | vim9compile.c | 5209 ret = typval_compare(tv1, tv2, type, ic); in compile_expr4()
|