Searched defs:_PredEntry (Results 1 – 1 of 1) sorted by relevance
172 typedef struct _PredEntry { /* MR11 predicate name and ptr to string */ struct174 struct _PredEntry *next; argument175 int file;176 int line;177 Predicate *pred;178 char *predLiteral;