Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ypcmd/revnetgroup/
H A Dtable.h40 typedef struct tablenode *tablelist; typedef
44 tablelist next;
48 typedef tablelist stringtable[TABLESIZE];
H A Dtable.c71 tablelist cur, new;
89 tablelist cur;
H A Drevnetgroup.c130 static tablelist cur = NULL; in nextgroup()