Searched refs:modules_vector (Results 1 – 2 of 2) sorted by relevance
2995 static char **modules_vector; variable3002 if (modules_vector == NULL)3005 modules_vector = (char **) xmalloc3006 (modules_allocated * sizeof (modules_vector[0]));3011 modules_vector = (char **) xrealloc3012 ((char *) modules_vector,3013 modules_allocated * sizeof (modules_vector[0]));3015 modules_vector[modules_count] = xmalloc (strlen (args) + 1);3016 strcpy (modules_vector[modules_count], args);3075 argv[0] = where ? where : modules_vector[i];
4429 (client_send_expansions): Use them instead of modules_vector to