Searched refs:cexpr_core (Results 1 – 3 of 3) sorted by relevance
35 int cexpr_core(exarg_T *eap, typval_T *tv);
7922 cexpr_core(exarg_T *eap, typval_T *tv) in cexpr_core() function7991 (void)cexpr_core(eap, tv); in ex_cexpr()
1897 res = cexpr_core(&ea, tv); in exec_instructions()