quotearg.c | 718 struct slotvec struct 728 static struct slotvec slotvec0 = {sizeof slot0, slot0}; 729 static struct slotvec *slotvec = &slotvec0; variable in typeref:struct:slotvec 734 struct slotvec *sv = slotvec; 747 slotvec = &slotvec0; 767 struct slotvec *sv = slotvec; 785 slotvec = sv = xrealloc (preallocated ? NULL : sv, n1 * sizeof *sv) [all...] |