Searched defs:frentry (Results 1 – 1 of 1) sorted by relevance
690 typedef struct frentry { struct692 struct frentry *fr_next; argument693 struct frentry **fr_pnext; argument698 struct frentry *fr_dnext; /* 2 fr_die linked list pointers */ argument699 struct frentry **fr_pdnext; argument700 void *fr_ifas[4];701 void *fr_ptr; /* for use with fr_arg */702 int fr_comment; /* text comment for rule */703 int fr_size; /* size of this structure */704 int fr_ref; /* reference count */[all …]