Searched refs:file_to_match (Results 1 – 1 of 1) sorted by relevance
209 char *file_to_match = NULL; in location_completer() local260 file_to_match = (char *) xmalloc (colon - text + 1); in location_completer()261 strncpy (file_to_match, text, colon - text + 1); in location_completer()263 for (s = file_to_match + (colon - text); in location_completer()264 s > file_to_match; in location_completer()275 file_to_match); in location_completer()276 xfree (file_to_match); in location_completer()