Home
last modified time | relevance | path

Searched refs:slotvec0 (Results 1 – 1 of 1) sorted by relevance

/external/bison/lib/
Dquotearg.c728 static struct slotvec slotvec0 = {sizeof slot0, slot0}; variable
729 static struct slotvec *slotvec = &slotvec0;
741 slotvec0.size = sizeof slot0; in quotearg_free()
742 slotvec0.val = slot0; in quotearg_free()
744 if (sv != &slotvec0) in quotearg_free()
747 slotvec = &slotvec0; in quotearg_free()
780 bool preallocated = (sv == &slotvec0); in quotearg_n_options()
787 *sv = slotvec0; in quotearg_n_options()