Searched refs:modules_vector (Results 1 – 2 of 2) sorted by relevance
2684 static char **modules_vector; variable2689 if (!modules_vector) in handle_module_expansion()2692 modules_vector = xnmalloc (modules_allocated, in handle_module_expansion()2693 sizeof (modules_vector[0])); in handle_module_expansion()2698 modules_vector = xnrealloc (modules_vector, in handle_module_expansion()2700 sizeof (modules_vector[0])); in handle_module_expansion()2702 modules_vector[modules_count] = xstrdup (args); in handle_module_expansion()2760 argv[0] = where ? where : modules_vector[i]; in client_send_expansions()
4429 (client_send_expansions): Use them instead of modules_vector to