Searched defs:frentry (Results 1 – 1 of 1) sorted by relevance
627 typedef struct frentry { struct629 struct frentry *fr_next; argument630 struct frentry **fr_pnext; argument635 struct frentry *fr_dnext; /* 2 fr_die linked list pointers */ argument636 struct frentry **fr_pdnext; argument637 void *fr_ifas[4];638 void *fr_ptr; /* for use with fr_arg */639 int fr_comment; /* text comment for rule */640 int fr_size; /* size of this structure */641 int fr_ref; /* reference count */[all …]