Searched refs:sourcing_namep (Results 1 – 1 of 1) sorted by relevance
2329 char_u **sourcing_namep = &SOURCING_NAME; in auto_next_pat() local2331 VIM_CLEAR(*sourcing_namep); in auto_next_pat()2351 *sourcing_namep = alloc(STRLEN(s) in auto_next_pat()2353 if (*sourcing_namep != NULL) in auto_next_pat()2355 sprintf((char *)*sourcing_namep, s, in auto_next_pat()2360 smsg(_("Executing %s"), *sourcing_namep); in auto_next_pat()