Searched refs:retlist (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | evalbuffer.c | 735 int retlist, in get_buffer_lines() argument 740 if (retlist) in get_buffer_lines() 754 if (!retlist) in get_buffer_lines() 821 int retlist; in f_getline() local 832 retlist = FALSE; in f_getline() 837 retlist = TRUE; in f_getline() 840 get_buffer_lines(curbuf, lnum, end, retlist, rettv); in f_getline()
|
| H A D | sign.c | 1722 sign_getlist(char_u *name, list_T *retlist) in sign_getlist() argument 1738 if (list_append_dict(retlist, dict) == FAIL) in sign_getlist() 1772 list_T *retlist) in sign_get_placed_in_buf() argument 1781 list_append_dict(retlist, d); in sign_get_placed_in_buf() 1815 list_T *retlist) in sign_get_placed() argument 1818 sign_get_placed_in_buf(buf, lnum, sign_id, sign_group, retlist); in sign_get_placed() 1823 sign_get_placed_in_buf(buf, 0, sign_id, sign_group, retlist); in sign_get_placed() 2214 sign_define_multiple(list_T *l, list_T *retlist) in sign_define_multiple() argument 2226 list_append_number(retlist, retval); in sign_define_multiple() 2601 sign_undefine_multiple(list_T *l, list_T *retlist) in sign_undefine_multiple() argument [all …]
|
| H A D | cmdexpand.c | 2538 list_T *retlist; in ExpandUserList() local 2542 retlist = call_user_expand_func(call_func_retlist, xp, num_file, file); in ExpandUserList() 2543 if (retlist == NULL) in ExpandUserList() 2548 FOR_ALL_LIST_ITEMS(retlist, li) in ExpandUserList() 2560 list_unref(retlist); in ExpandUserList()
|
| H A D | misc1.c | 2359 int retlist) in get_cmd_output_as_rettv() argument 2459 if (retlist) in get_cmd_output_as_rettv()
|