Home
last modified time | relevance | path

Searched refs:typval_compare (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dtypval.pro55 int typval_compare(typval_T *typ1, typval_T *typ2, exprtype_T type, int ic);
/vim-8.2.3635/src/
H A Ddebugger.c992 if (typval_compare(tv, bp->dbg_val, EXPR_IS, FALSE) == OK in debuggy_find()
H A Dtypval.c1148 typval_compare( in typval_compare() function
H A Deval.c2789 ret = typval_compare(rettv, &var2, type, ic); in eval4()
H A Dvim9execute.c3742 typval_compare(tv1, tv2, exprtype, ic); in exec_instructions()
H A Dvim9compile.c5209 ret = typval_compare(tv1, tv2, type, ic); in compile_expr4()