Searched refs:user_copy (Results 1 – 1 of 1) sorted by relevance
2002 char_u *user_copy = (user != NULL && need_copy) in add_user() local2005 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()