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