Home
last modified time | relevance | path

Searched refs:groupentrylist (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/ypcmd/revnetgroup/
H A Drevnetgroup.c74 typedef struct groupentrynode *groupentrylist; typedef
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; in dumptable()
208 static groupentrylist
211 groupentrylist new; in newentry()
226 appendgroup(groupentrylist grlist, char *group) in appendgroup()
245 groupentrylist gel; in enter()
[all …]