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

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolprotocol.c272 TsolNodePtr tndp = &(tsol_node[thisAtom]); local
276 for (k = 0; k < tndp->slcount; k++) {
277 if (tsolinfo->sl == tndp->sl[k]) {
283 if (tndp->sl == NULL) {
284 tndp->sl = malloc(NODE_SLSIZE * (sizeof(bslabel_t *)));
286 if (tndp->sl == NULL) {
290 tndp->slcount = 0;
291 tndp->slsize = NODE_SLSIZE;
295 if (tndp->slsize < tndp
358 TsolNodePtr tndp; local
[all...]

Completed in 34 milliseconds