Searched defs:dga_extinfo_table (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s12/open-src/lib/libdga/sun-src/
H A Ddga_Xrequests.c80 static struct dga_extinfo **dga_extinfo_table = 0; /* No table to start with */ variable in typeref:struct:dga_extinfo
146 realloc(dga_extinfo_table, sizeof(struct dga_extinfo *) *
151 dga_extinfo_table = tblptr;
152 memset((char *) &dga_extinfo_table[dga_extinfo_table_size],
159 if (dga_extinfo_table[dpy->fd] != NULL)
160 return dga_extinfo_table[dpy->fd];
182 dga_extinfo_table[dpy->fd] = infop;
308 return dga_extinfo_table[dpy->fd];
316 free(dga_extinfo_table[dpy->fd]);
317 dga_extinfo_table[dp
[all...]

Completed in 24 milliseconds