| /vim-8.2.3635/src/proto/ |
| H A D | list.pro | 4 list_T *list_alloc(void); 5 list_T *list_alloc_id(alloc_id_T id); 11 void list_unref(list_T *l); 14 void list_free(list_T *l); 18 long list_len(list_T *l); 19 int list_equal(list_T *l1, list_T *l2, int ic, int recursive); 28 int list_append_list(list_T *list1, list_T *list2); 38 int list_extend(list_T *l1, list_T *l2, listitem_T *bef); 39 int list_concat(list_T *l1, list_T *l2, typval_T *tv); 40 list_T *list_slice(list_T *ol, long n1, long n2); [all …]
|
| H A D | evalvars.pro | 12 list_T *eval_spell_expr(char_u *badword, char_u *expr); 13 int get_spellword(list_T *list, char_u **pp); 16 list_T *heredoc_get(exarg_T *eap, char_u *cmd, int script_get); 26 int list_unlet_range(list_T *l, listitem_T *li_first, char_u *name, long n1_arg, int has_n2, long n… 44 list_T *get_vim_var_list(int idx); 51 void set_vim_var_list(int idx, list_T *val);
|
| H A D | eval.pro | 53 int set_ref_in_list(list_T *ll, int copyID); 54 int set_ref_in_list_items(list_T *l, int copyID, ht_stack_T **ht_stack);
|
| H A D | beval.pro | 4 void post_balloon(BalloonEval *beval, char_u *mesg, list_T *list);
|
| H A D | popupmenu.pro | 16 void ui_post_balloon(char_u *mesg, list_T *list);
|
| H A D | tag.pro | 10 int get_tags(list_T *list, char_u *pat, char_u *buf_fname);
|
| H A D | regexp.pro | 12 list_T *reg_submatch_list(int no);
|
| H A D | evalfunc.pro | 26 void range_list_materialize(list_T *list);
|
| H A D | job.pro | 7 int win32_build_cmd(list_T *l, garray_T *gap);
|
| H A D | quickfix.pro | 30 int set_errorlist(win_T *wp, list_T *list, int action, char_u *title, dict_T *what);
|
| H A D | sign.pro | 16 void get_buffer_signs(buf_T *buf, list_T *l);
|
| /vim-8.2.3635/src/ |
| H A D | list.c | 88 list_T * 91 list_T *l; in list_alloc() 102 list_T * 116 list_T * 119 list_T *l; in list_alloc_with_items() 659 list_append_list(list_T *list1, list_T *list2) in list_append_list() 1071 list_extend(list_T *l1, list_T *l2, listitem_T *bef) in list_extend() 1104 list_concat(list_T *l1, list_T *l2, typval_T *tv) in list_concat() 1125 list_T * 1180 list_T *l; in list_slice_or_index() [all …]
|
| H A D | if_lua.c | 37 typedef list_T *luaV_List; 859 luaV_newlist(lua_State *L, list_T *lis) in luaV_newlist() 870 luaV_pushtype(list_T, list, luaV_List) in luaV_pushtype() argument 876 list_T *l = luaV_unbox(L, luaV_List, 1); in luaV_pushtype() 895 list_T *l = luaV_unbox(L, luaV_List, 1); in luaV_list_call() 905 list_T *l = luaV_unbox(L, luaV_List, 1); in luaV_list_index() 940 list_T *l = luaV_unbox(L, luaV_List, 1); in luaV_list_newindex() 983 list_T *l = (list_T *) luaV_checkcache(L, (void *) *lis); in luaV_list_add() 1000 list_T *l = (list_T *) luaV_checkcache(L, (void *) *lis); in luaV_list_insert() 1948 list_T *l; in luaV_list() [all …]
|
| H A D | structs.h | 1363 typedef struct listvar_S list_T; typedef 1442 list_T *v_list; // list value (can be NULL!) 1509 list_T *lv_copylist; // copied list used by deepcopy() 1510 list_T *lv_used_next; // next list in used lists list 1511 list_T *lv_used_prev; // previous list in used lists list 1524 list_T sl_list; // must be first 1723 list_T l_varlist; // list for a:000 2469 list_T *list; 3053 list_T *b_recorded_changes; 3551 list_T *w_popup_mask; // list of lists for "mask" [all …]
|
| H A D | evalwindow.c | 54 win_id2tabwin(typval_T *argvars, list_T *list) in win_id2tabwin() 145 win_findbuf(typval_T *argvars, list_T *list) in win_findbuf() 265 get_framelayout(frame_T *fr, list_T *l, int outer) in get_framelayout() 268 list_T *fr_list; in get_framelayout() 269 list_T *win_list; in get_framelayout() 437 list_T *l; in get_tabpage_info()
|
| H A D | match.c | 34 list_T *pos_list, in match_add() 117 list_T *subl; in match_add() 1005 list_T *l; in f_getmatches() 1052 list_T *l; in f_setmatches() 1055 list_T *s = NULL; in f_setmatches() 1234 list_T *l; in f_matchaddpos()
|
| H A D | sign.c | 1722 sign_getlist(char_u *name, list_T *retlist) in sign_getlist() 1751 get_buffer_signs(buf_T *buf, list_T *l) in get_buffer_signs() 1772 list_T *retlist) in sign_get_placed_in_buf() 1775 list_T *l; in sign_get_placed_in_buf() 1815 list_T *retlist) in sign_get_placed() 2214 sign_define_multiple(list_T *l, list_T *retlist) in sign_define_multiple() 2601 sign_undefine_multiple(list_T *l, list_T *retlist) in sign_undefine_multiple()
|
| H A D | evalvars.c | 450 list_T * 455 list_T *list = NULL; in eval_spell_expr() 577 list_T * 582 list_T *l; in heredoc_get() 828 list_T *l; in ex_let() 940 list_T *l; in ex_let_vars() 1699 list_T *l, in list_unlet_range() 1887 list_T *l; in item_lock() 2277 list_T * 2374 set_vim_var_list(int idx, list_T *val) in set_vim_var_list() [all …]
|
| H A D | if_py_both.h | 2250 list_T *list; 2276 static list_T * 2279 list_T *ret; in py_list_alloc() 2338 list_T *list; in ListConstructor() 2508 list_T *l = self->list; in ListAssSlice() 2691 list_T *l = self->list; in ListAssIndex() 2785 list_T *l = self->list; in ListConcatInPlace() 2811 list_T *list; 3130 list_T *list; in FunctionAttr() 5869 list_T *ll; in set_ref_in_py() [all …]
|
| H A D | popupwin.c | 92 list_T *list = di->di_tv.vval.v_list; in set_padding_border() 514 list_T *l = di->di_tv.vval.v_list; in handle_moved_argument() 753 list_T *list = di->di_tv.vval.v_list; in apply_general_options() 973 add_popup_strings(buf_T *buf, list_T *l) in add_popup_strings() 992 add_popup_dicts(buf_T *buf, list_T *l) in add_popup_dicts() 1020 list_T *plist; in add_popup_dicts() 1610 list_T *l = text.vval.v_list; in popup_set_buffer_text() 2939 list_T *list; in get_padding_border() 2961 list_T *list; in get_borderhighlight() 2985 list_T *list; in get_borderchars() [all …]
|
| H A D | evalbuffer.c | 146 list_T *l = NULL; in set_buffer_lines() 595 list_T *windows; in get_buffer_info() 647 list_T *signs = list_alloc(); in get_buffer_info()
|
| H A D | blob.c | 493 list_T *l; in f_blob2list() 514 list_T *l; in f_list2blob()
|
| H A D | digraph.c | 2146 digraph_getlist_appendpair(digr_T *dp, list_T *l) in digraph_getlist_appendpair() 2150 list_T *l2; in digraph_getlist_appendpair() 2497 list_T *pl, *l; in f_digraph_setlist()
|
| H A D | mark.c | 1409 add_mark(list_T *l, char_u *mname, pos_T *pos, int bufnr, char_u *fname) in add_mark() 1412 list_T *lpos; in add_mark() 1448 get_buf_local_marks(buf_T *buf, list_T *l) in get_buf_local_marks() 1476 get_global_marks(list_T *l) in get_global_marks()
|
| H A D | vim9execute.c | 2791 list_T *l = tv_dest->vval.v_list; in exec_instructions() 2846 list_T *l = tv_dest->vval.v_list; in exec_instructions() 3275 list_T *list = ltv->vval.v_list; in exec_instructions() 3683 list_T *arg1 = tv1->vval.v_list; in exec_instructions() 3684 list_T *arg2 = tv2->vval.v_list; in exec_instructions() 3775 list_T *l = tv1->vval.v_list; in exec_instructions() 4051 list_T *list; in exec_instructions() 4061 list_T *newlist = list_slice(list, in exec_instructions() 4260 list_T *list = NULL; in exec_instructions() 4418 list_T *l; in exec_instructions() [all …]
|