Lines Matching refs:projlist
39 struct projlist { struct
45 static struct projlist *projects; argument
64 struct projlist *tail, *prev; in find_projects()
74 projects = safe_malloc(sizeof (struct projlist)); in find_projects()
89 tail = safe_malloc(sizeof (struct projlist)); in find_projects()
122 struct projlist *pl; in max_projname()
135 struct projlist *pl, *next; in print_projects()
254 print_projents(char **projlist) in print_projents() argument
259 if (*projlist == NULL) { in print_projents()
269 while (*projlist != NULL) { in print_projents()
271 if (getprojbyname(*projlist, &projent, buf, sizeof (buf)) in print_projents()
274 "not exist\n", progname, *projlist); in print_projents()
278 projlist++; in print_projents()