Searched refs:groupentrylist (Results 1 – 1 of 1) sorted by relevance
74 typedef struct groupentrynode *groupentrylist; typedef78 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; in dumptable()208 static groupentrylist211 groupentrylist new; in newentry()226 appendgroup(groupentrylist grlist, char *group) in appendgroup()245 groupentrylist gel; in enter()[all …]