Lines Matching refs:FID
118 typedef struct FID { struct
121 } FID; argument
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); in eginit()
457 r->firstpos.base = (FID *)egmalloc(n); in eginit()
458 r->tmp.base = (FID *)egmalloc(n); in eginit()
642 FID *p, *q; in addstate()
844 r->posbase = (FID *)egmalloc(r->nposalloc * sizeof (FID)); in stateinit()
886 FID *p, *e; in stateof()