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

/external/bison/lib/
H A Dquotearg.c582 struct slotvec struct
587 static struct slotvec slotvec0 = {sizeof slot0, slot0};
588 static struct slotvec *slotvec = &slotvec0; local
602 if (xalloc_oversized (n1, sizeof *slotvec))
605 if (slotvec == &slotvec0)
607 slotvec = xmalloc (sizeof *slotvec);
608 *slotvec = slotvec0;
610 slotvec
[all...]

Completed in 7781 milliseconds