Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
H A Dhistory.c282 static char **mod_list; /* Ptr to array of ptrs to module names */ variable
625 for (mod = mod_list; mod < &mod_list[mod_count]; ++mod) in history()
647 if (mod_list) in history()
1021 mod_list = xnrealloc (mod_list, mod_max, sizeof (char *)); in save_module()
1023 mod_list[mod_count++] = xstrdup (module); in save_module()
1454 if (mod_list) in select_hrec()
1456 for (cpp = mod_list, count = mod_count; count; cpp++, count--) in select_hrec()