Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmemline.c171 char_u b0_uname[B0_UNAME_SIZE]; // name of user (uid if no name) member
352 (void)get_user_name(b0p->b0_uname, B0_UNAME_SIZE); in ml_open()
353 b0p->b0_uname[B0_UNAME_SIZE - 1] = NUL; in ml_open()
2126 dict_add_string_len(d, "user", b0.b0_uname, B0_UNAME_SIZE); in get_b0_dict()
2207 if (*(b0.b0_uname) != NUL) in swapfile_info()
2210 msg_outtrans(b0.b0_uname); in swapfile_info()
2215 if (*(b0.b0_uname) != NUL) in swapfile_info()