Lines Matching defs:FID
118 typedef struct FID {
121 } FID;
126 FID *base; /* array of MAXID FIDS */
133 FID *posbase; /* Array of IDs from all states */
189 (int)((r)->maxid * sizeof (FID))), \
456 n = r->maxid * sizeof (FID);
457 r->firstpos.base = (FID *)egmalloc(n);
458 r->tmp.base = (FID *)egmalloc(n);
642 FID *p, *q;
844 r->posbase = (FID *)egmalloc(r->nposalloc * sizeof (FID));
886 FID *p, *e;