Home
last modified time | relevance | path

Searched refs:dict_add_string_len (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Ddict.pro21 int dict_add_string_len(dict_T *d, char *key, char_u *str, int len);
/vim-8.2.3635/src/
H A Ddict.c424 return dict_add_string_len(d, key, str, -1); in dict_add_string()
434 dict_add_string_len(dict_T *d, char *key, char_u *str, int len) in dict_add_string_len() function
H A Dmemline.c2125 dict_add_string_len(d, "version", b0.b0_version, 10); in get_b0_dict()
2126 dict_add_string_len(d, "user", b0.b0_uname, B0_UNAME_SIZE); in get_b0_dict()
2127 dict_add_string_len(d, "host", b0.b0_hname, B0_HNAME_SIZE); in get_b0_dict()
2128 dict_add_string_len(d, "fname", b0.b0_fname, B0_FNAME_SIZE_ORG); in get_b0_dict()