Home
last modified time | relevance | path

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

/external/bison/lib/
Dquotearg.c718 struct slotvec struct
728 static struct slotvec slotvec0 = {sizeof slot0, slot0}; argument
729 static struct slotvec *slotvec = &slotvec0; variable
734 struct slotvec *sv = slotvec; in quotearg_free()
747 slotvec = &slotvec0; in quotearg_free()
767 struct slotvec *sv = slotvec; in quotearg_n_options()
785 slotvec = sv = xrealloc (preallocated ? NULL : sv, n1 * sizeof *sv); in quotearg_n_options()