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

  /external/bison/lib/
quotearg.c 728 static struct slotvec slotvec0 = {sizeof slot0, slot0}; variable in typeref:struct:slotvec
729 static struct slotvec *slotvec = &slotvec0;
741 slotvec0.size = sizeof slot0;
742 slotvec0.val = slot0;
744 if (sv != &slotvec0)
747 slotvec = &slotvec0;
780 bool preallocated = (sv == &slotvec0);
787 *sv = slotvec0;
  /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;

Completed in 100 milliseconds