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

  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.c 635 static struct slotvec slotvec0 = {sizeof slot0, slot0}; variable in typeref:struct:slotvec
636 static struct slotvec *slotvec = &slotvec0;
648 slotvec0.size = sizeof slot0;
649 slotvec0.val = slot0;
651 if (sv != &slotvec0)
654 slotvec = &slotvec0;
687 bool preallocated = (sv == &slotvec0);
694 *sv = slotvec0;
  /external/bison/lib/
quotearg.c 587 static struct slotvec slotvec0 = {sizeof slot0, slot0}; local
588 static struct slotvec *slotvec = &slotvec0;
605 if (slotvec == &slotvec0)
608 *slotvec = slotvec0;

Completed in 204 milliseconds