Lines Matching refs:typval_T
8 int eval_expr_valid_arg(typval_T *tv);
9 int eval_expr_typval(typval_T *expr, typval_T *argv, int argc, typval_T *rettv);
10 int eval_expr_to_bool(typval_T *expr, int *error);
14 char_u *typval2string(typval_T *tv, int convert);
19 typval_T *eval_expr(char_u *arg, exarg_T *eap);
20 int call_vim_function(char_u *func, int argc, typval_T *argv, typval_T *rettv);
21 varnumber_T call_func_retnr(char_u *func, int argc, typval_T *argv);
22 int call_func_noret(char_u *func, int argc, typval_T *argv);
23 void *call_func_retstr(char_u *func, int argc, typval_T *argv);
24 void *call_func_retlist(char_u *func, int argc, typval_T *argv);
26 char_u *get_lval(char_u *name, typval_T *rettv, lval_T *lp, int unlet, int skip, int flags, int fne…
28 void set_var_lval(lval_T *lp, char_u *endp, typval_T *rettv, int copy, int flags, char_u *op, int v…
29 int tv_op(typval_T *tv1, typval_T *tv2, char_u *op);
39 int eval0(char_u *arg, typval_T *rettv, exarg_T *eap, evalarg_T *evalarg);
40 int eval1(char_u **arg, typval_T *rettv, evalarg_T *evalarg);
41 void eval_addblob(typval_T *tv1, typval_T *tv2);
42 int eval_addlist(typval_T *tv1, typval_T *tv2);
44 int check_can_index(typval_T *rettv, int evaluate, int verbose);
45 void f_slice(typval_T *argvars, typval_T *rettv);
46 int eval_index_inner(typval_T *rettv, int is_range, typval_T *var1, typval_T *var2, int exclusive, …
55 int set_ref_in_item(typval_T *tv, int copyID, ht_stack_T **ht_stack, list_stack_T **list_stack);
56 char_u *echo_string_core(typval_T *tv, char_u **tofree, char_u *numbuf, int copyID, int echo_style,…
57 char_u *echo_string(typval_T *tv, char_u **tofree, char_u *numbuf, int copyID);
60 pos_T *var2fpos(typval_T *varp, int dollar_lnum, int *fnum, int charcol);
61 int list2fpos(typval_T *arg, pos_T *posp, int *fnump, colnr_T *curswantp, int charcol);
69 int handle_subscript(char_u **arg, typval_T *rettv, evalarg_T *evalarg, int verbose);
70 int item_copy(typval_T *from, typval_T *to, int deep, int copyID);
71 void echo_one(typval_T *rettv, int with_space, int *atstart, int *needclr);
78 char_u *do_string_sub(char_u *str, char_u *pat, char_u *sub, typval_T *expr, char_u *flags);