Searched defs:FID (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c118 typedef struct FID { struct
121 } FID; typedef in typeref:struct: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 *)egmallo
[all...]

Completed in 49 milliseconds