Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dmodules.c679 char *expanded_path; in my_module() local
689 expanded_path = expand_path (prog, current_parsed_root->directory, in my_module()
691 if (expanded_path != NULL) in my_module()
693 run_setup (expanded_path); in my_module()
711 free (expanded_path); in my_module()