HomeSort by relevance Sort by last modified time
    Searched refs:slotvec (Results 1 - 2 of 2) sorted by null

  /external/bison/lib/
quotearg.c 582 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 = xrealloc (slotvec, n1 * sizeof *slotvec)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.c 625 struct slotvec struct
635 static struct slotvec slotvec0 = {sizeof slot0, slot0};
636 static struct slotvec *slotvec = &slotvec0; variable in typeref:struct:slotvec
641 struct slotvec *sv = slotvec;
654 slotvec = &slotvec0;
674 struct slotvec *sv = slotvec;
692 slotvec = sv = xrealloc (preallocated ? NULL : sv, n1 * sizeof *sv)
    [all...]

Completed in 437 milliseconds