Home
last modified time | relevance | path

Searched refs:hi_key (Results 1 – 21 of 21) sorted by relevance

/vim-8.2.3635/src/
H A Djob.c147 if (STRCMP(hi->hi_key, "mode") == 0) in get_job_options()
185 || STRCMP(hi->hi_key, "out_io") == 0 in get_job_options()
186 || STRCMP(hi->hi_key, "err_io") == 0) in get_job_options()
197 part = part_from_char(*hi->hi_key); in get_job_options()
212 || STRCMP(hi->hi_key, "out_buf") == 0 in get_job_options()
215 part = part_from_char(*hi->hi_key); in get_job_options()
235 part = part_from_char(*hi->hi_key); in get_job_options()
245 part = part_from_char(*hi->hi_key); in get_job_options()
253 || STRCMP(hi->hi_key, "in_bot") == 0) in get_job_options()
259 if (hi->hi_key[3] == 't') in get_job_options()
[all …]
H A Dhashtab.c101 vim_free(hi->hi_key - off); in hash_clear_all()
147 if (hi->hi_key == NULL) in hash_lookup()
172 if (hi->hi_key == NULL) in hash_lookup()
175 && hi->hi_key != HI_KEY_REMOVED in hash_lookup()
176 && STRCMP(hi->hi_key, key) == 0) in hash_lookup()
240 if (hi->hi_key == NULL) in hash_add_item()
242 hi->hi_key = key; in hash_add_item()
262 hi->hi_key = key;
276 hi->hi_key = HI_KEY_REMOVED; in hash_remove()
436 if (newitem->hi_key != NULL) in hash_may_resize()
[all …]
H A Ddict.c315 di = dictitem_alloc(hi->hi_key); in dict_copy()
776 tofree = string_quote(hi->hi_key, FALSE); in dict2string()
1096 di1 = dict_find(d1, hi2->hi_key, -1); in dict_extend()
1103 && var_wrong_func_name(hi2->hi_key, di1 == NULL)) in dict_extend()
1105 if (!valid_varname(hi2->hi_key, TRUE)) in dict_extend()
1122 semsg(_("E737: Key already exists: %s"), hi2->hi_key); in dict_extend()
1130 if (dict_wrong_func_name(d1, &HI2DI(hi2)->di_tv, hi2->hi_key)) in dict_extend()
1177 item2 = dict_find(d2, hi->hi_key, -1); in dict_equal()
H A Dtesting.c186 item2 = dict_find(got_d, hi->hi_key, -1); in fill_assert_error()
192 (char *)hi->hi_key, &HI2DI(hi)->di_tv); in fill_assert_error()
195 (char *)hi->hi_key, &item2->di_tv); in fill_assert_error()
209 item2 = dict_find(exp_d, hi->hi_key, -1); in fill_assert_error()
213 (char *)hi->hi_key, &HI2DI(hi)->di_tv); in fill_assert_error()
H A Dstructs.h862 #define HI2SG(hi) ((signgroup_T *)((hi)->hi_key - SGN_KEY_OFF))
1281 char_u *hi_key; member
1287 #define HASHITEM_EMPTY(hi) ((hi)->hi_key == NULL || (hi)->hi_key == &hash_removed)
1762 #define HI2UF(hi) HIKEY2UF((hi)->hi_key)
1801 #define HI2SAV(hi) HIKEY2SAV((hi)->hi_key)
H A Djson.c319 && is_simple_key(hi->hi_key)) in json_encode_item()
320 ga_concat(gap, hi->hi_key); in json_encode_item()
322 write_string(gap, hi->hi_key); in json_encode_item()
H A Dspell.h316 #define HI2WC(hi) ((wordcount_T *)((hi)->hi_key - WC_KEY_OFF))
H A Dmacros.h329 #define HI2DI(hi) HIKEY2DI((hi)->hi_key)
H A Devalvars.c2069 return cat_prefix_varname('g', hi->hi_key); in get_user_var_name()
2070 return hi->hi_key; in get_user_var_name()
2088 return cat_prefix_varname('b', hi->hi_key); in get_user_var_name()
2106 return cat_prefix_varname('w', hi->hi_key); in get_user_var_name()
2119 return cat_prefix_varname('t', hi->hi_key); in get_user_var_name()
H A Dspellsuggest.c3057 #define HI2SFT(hi) HIKEY2SFT((hi)->hi_key)
3448 m1 = mb_ptr2char(hi->hi_key + STRLEN(hi->hi_key) + 1); in similar_chars()
3463 m2 = mb_ptr2char(hi->hi_key + STRLEN(hi->hi_key) + 1); in similar_chars()
H A Dspellfile.c1840 #define HI2AH(hi) ((affheader_T *)(hi)->hi_key)
1850 #define HI2CI(hi) ((compitem_T *)(hi)->hi_key)
1910 #define HI2WN(hi) (wordnode_T *)((hi)->hi_key)
5102 l = (int)STRLEN(hi->hi_key) + 1; in write_vim_spell()
5105 fwv &= fwrite(hi->hi_key, (size_t)l, (size_t)1, fd); in write_vim_spell()
H A Dif_py_both.h843 if (PyDict_SetItemString(ret, (char *)hi->hi_key, newObj)) in VimToPython()
1832 if (!(ret = PyBytes_FromString((char *)(*dii)->dii_hi->hi_key))) in DictionaryIterNext()
1973 return PyBytes_FromString((char *)(hi->hi_key)); in dict_key()
2195 if (!(ret = Py_BuildValue("(" Py_bytes_fmt "O)", hi->hi_key, valObject))) in DictionaryPopItem()
H A Dsyntax.c169 #define HI2KE(hi) HIKEY2KE((hi)->hi_key)
4377 hi->hi_key = KE2HIKEY(kp_next); in syn_clear_keyword()
4481 hi->hi_key = KE2HIKEY(kp); in add_keyword()
H A Dif_ruby.c1225 rb_hash_aset(result, rb_str_new2((char *)hi->hi_key), in vim_to_ruby()
H A Dtextprop.c42 #define HI2PT(hi) HIKEY2PT((hi)->hi_key)
H A Dif_lua.c1068 lua_pushstring(L, (char *) hi->hi_key); in luaV_dict_iter()
H A Dif_mzsch.c3076 key = scheme_make_byte_string((char *)hi->hi_key); in vim_to_mzscheme_impl()
H A Dbuffer.c2904 return (buf_T *)(hi->hi_key in buflist_findnr()
H A Duserfunc.c4402 hi->hi_key = UF2HIKEY(fp); in define_function()
H A Dos_unix.c5644 vim_setenv((char_u*)hi->hi_key, tv_get_string(item)); in mch_job_start()
H A Dos_win32.c5130 WCHAR *wkey = enc_to_utf16((char_u *)hi->hi_key, NULL); in win32_build_env()