Searched refs:as_name (Results 1 – 1 of 1) sorted by relevance
381 char_u *as_name = NULL; in handle_import() local414 as_name = vim_strnsave(p, arg - p); in handle_import()423 ((char_u **)as_names.ga_data)[as_names.ga_len] = as_name; in handle_import()529 char_u *as_name = ((char_u **)as_names.ga_data)[0]; in handle_import() local532 imported = find_imported(as_name, STRLEN(as_name), cctx); in handle_import()540 semsg(_(e_name_already_defined_str), as_name); in handle_import()549 imported->imp_name = as_name; in handle_import()564 char_u *as_name = ((char_u **)as_names.ga_data)[i]; in handle_import() local595 if (as_name == NULL in handle_import()604 if (as_name == NULL) in handle_import()[all …]