| /vim-8.2.3635/src/ |
| H A D | dict.c | 30 dict_T *d; in dict_alloc() local 67 dict_T *d = dict_alloc(); in dict_alloc_lock() local 107 dict_free_contents(dict_T *d) in dict_free_contents() 146 dict_free_dict(dict_T *d) in dict_free_dict() 159 dict_free(dict_T *d) in dict_free() 173 dict_unref(dict_T *d) in dict_unref() 600 dict_len(dict_T *d) in dict_len() 756 dict_T *d; in dict2string() local 889 dict_T *d = NULL; in eval_dict() local 1202 dict_T *d; in dict_list() local [all …]
|
| H A D | dehqx.py | 26 d = conv.read(128000) variable 32 d = conv.read_rsrc(128000) variable 38 d = conv.read_rsrc(128000) variable
|
| H A D | vim.h | 1626 #define STRCPY(d, s) strcpy((char *)(d), (char *)(s)) argument 1628 #define STRCMP(d, s) strcmp((char *)(d), (char *)(s)) argument 1640 # define STRCOLL(d, s) strcoll((char *)(d), (char *)(s)) argument 1642 # define STRCOLL(d, s) strcmp((char *)(d), (char *)(s)) argument 1667 #define STRCAT(d, s) strcat((char *)(d), (char *)(s)) argument 1793 # define INIT4(a, b, c, d) argument 1794 # define INIT5(a, b, c, d, e) argument 1795 # define INIT6(a, b, c, d, e, f) argument 1801 # define INIT4(a, b, c, d) = {a, b, c, d} argument 1802 # define INIT5(a, b, c, d, e) = {a, b, c, d, e} argument [all …]
|
| H A D | map.c | 1658 char_u *s, *d; in vim_strsave_escape_csi() local 1696 char_u *s = p, *d = p; in vim_unescape_csi() local 2335 dict_T *d; in f_mapset() local 2593 int d = entries[i].from - from; in langmap_set_entry() local 2631 int d = entries[i].from - c; in langmap_adjust_mb() local
|
| H A D | evalwindow.c | 466 dict_T *d; in f_gettabinfo() local 505 dict_T *d; in f_getwininfo() local 900 dict_T *d; in f_win_splitmove() local
|
| H A D | pty.c | 401 char *p, *q, *l, *d; in mch_openpty() local
|
| H A D | if_lua.c | 1038 luaV_Dict *d = (luaV_Dict *) lua_newuserdata(L, sizeof(luaV_Dict)); in luaV_newdict() local 1053 dict_T *d = luaV_unbox(L, luaV_Dict, 1); in luaV_pushtype() local 1083 dict_T *d = luaV_unbox(L, luaV_Dict, 1); in luaV_dict_call() local 1095 dict_T *d = luaV_unbox(L, luaV_Dict, 1); in luaV_dict_index() local 1117 dict_T *d = luaV_unbox(L, luaV_Dict, 1); in luaV_dict_newindex() local 1983 dict_T *d; in luaV_dict() local 2327 dict_T *d = (dict_T *)lua_touserdata(L, 5); // key in luaV_setref() local
|
| H A D | regexp.c | 1573 decomp_T d; in mb_decompose() local 1705 do_upper(int *d, int c) in do_upper() 1713 do_Upper(int *d, int c) in do_Upper() 1721 do_lower(int *d, int c) in do_lower() 1729 do_Lower(int *d, int c) in do_Lower()
|
| H A D | os_mac_conv.c | 55 char_u *retval, *d; in mac_string_convert() local
|
| H A D | sha256.c | 100 #define P(a,b,c,d,e,f,g,h,x,K) \ in sha256_process() argument
|
| H A D | json.c | 193 dict_T *d; in json_encode_item() local
|
| H A D | ex_cmds.h | 98 # define EXCMD(a, b, c, d, e) {(char_u *)b, c, (long_u)(d), e} argument
|
| H A D | help.c | 325 char_u *s, *d; in find_help_tags() local
|
| H A D | sign.c | 326 dict_T *d; in sign_get_info() local 1754 dict_T *d; in get_buffer_signs() local 1774 dict_T *d; in sign_get_placed_in_buf() local
|
| H A D | tag.c | 1312 dict_T *d; in find_tagfunc_tags() local 4127 dict_T *d; in get_tagstack() local 4272 set_tagstack(win_T *wp, dict_T *d, int action) in set_tagstack()
|
| H A D | popupwin.c | 397 get_pos_entry(dict_T *d, int give_error) in get_pos_entry() 418 apply_move_options(win_T *wp, dict_T *d) in apply_move_options() 1759 popup_set_wantpos_cursor(win_T *wp, int width, dict_T *d) in popup_set_wantpos_cursor() 1855 dict_T *d = NULL; in popup_create() local
|
| H A D | menu.c | 475 int d; in add_menu_path() local 2183 char_u *d; in gui_create_tearoffs_recurse() local
|
| H A D | textprop.c | 936 dict_T *d = dict_alloc(); in f_prop_list() local 1307 dict_T *d = rettv->vval.v_dict; in f_prop_type_get() local
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_true_false.vim | 98 function FilterMapArg(d) argument
|
| H A D | test_maparg.vim | 247 func Check_ctrlb_map(d, check_alt) argument
|
| H A D | test_highlight.vim | 9 func ClearDict(d) argument
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/ |
| H A D | matchit.vim | 386 fun! s:Ref(string, d, ...) argument
|
| /vim-8.2.3635/runtime/pack/dist/opt/dvorak/dvorak/ |
| H A D | enable.vim | 11 inoremap d e map
|
| /vim-8.2.3635/src/xpm/include/ |
| H A D | xpm.h | 476 #define XpmReadPixmapFile(dpy, d, file, pix, mask, att) \ argument 491 #define XReadPixmapFile(dpy, d, file, pix, mask, att) \ argument 495 #define XCreatePixmapFromData(dpy, d, data, pix, mask, att) \ argument
|
| /vim-8.2.3635/runtime/macros/ |
| H A D | less.vim | 134 noremap <script> d <C-D><SID>L map
|