Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmisc1.c2002 char_u *user_copy = (user != NULL && need_copy) in add_user() local
2005 if (user_copy == NULL || *user_copy == NUL || ga_grow(&ga_users, 1) == FAIL) in add_user()
2011 ((char_u **)(ga_users.ga_data))[ga_users.ga_len++] = user_copy; in add_user()