Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cvs-1.12/src/
H A Dmodules.c677 char *expanded_path; in my_module() local
687 expanded_path = expand_path (prog, current_parsed_root->directory, in my_module()
689 if (expanded_path != NULL) in my_module()
691 run_setup (expanded_path); in my_module()
708 free (expanded_path); in my_module()