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