Lines Matching refs:groupentrylist
74 typedef struct groupentrynode *groupentrylist;
78 groupentrylist next;
84 static groupentrylist grouptable[TABLESIZE];
89 static void appendgroup(groupentrylist grlist, char *group);
90 static groupentrylist newentry(char *name, char *group);
153 groupentrylist entry;
208 static groupentrylist
211 groupentrylist new;
226 appendgroup(groupentrylist grlist, char *group)
245 groupentrylist gel;
246 groupentrylist gelprev;