Searched refs:modules_vector (Results 1 – 1 of 1) sorted by relevance
2677 static char **modules_vector; variable2682 if (!modules_vector) in handle_module_expansion()2685 modules_vector = xnmalloc (modules_allocated, in handle_module_expansion()2686 sizeof (modules_vector[0])); in handle_module_expansion()2691 modules_vector = xnrealloc (modules_vector, in handle_module_expansion()2693 sizeof (modules_vector[0])); in handle_module_expansion()2695 modules_vector[modules_count] = xstrdup (args); in handle_module_expansion()2753 argv[0] = where ? where : modules_vector[i]; in client_send_expansions()