Lines Matching refs:projlist
41 struct projlist { struct
47 static struct projlist *projects; argument
66 struct projlist *tail, *prev; in find_projects()
76 projects = safe_malloc(sizeof (struct projlist)); in find_projects()
91 tail = safe_malloc(sizeof (struct projlist)); in find_projects()
124 struct projlist *pl; in max_projname()
137 struct projlist *pl, *next; in print_projects()
256 print_projents(char **projlist) in print_projents() argument
261 if (*projlist == NULL) { in print_projents()
271 while (*projlist != NULL) { in print_projents()
273 if (getprojbyname(*projlist, &projent, buf, sizeof (buf)) in print_projents()
276 "not exist\n", progname, *projlist); in print_projents()
280 projlist++; in print_projents()