Home | History | Annotate | Download | only in src

Lines Matching defs:bufptr

117 	} *bufptr;
120 cp = alloc(sizeof(*bufptr) - ALLOC_SIZE, APERM);
123 memset(cp, 0, sizeof(*bufptr) - ALLOC_SIZE);
126 bufptr = (void *)(cp - ALLOC_SIZE);
128 bufptr->dataptr = &rndsetupstate;
130 bufptr->stkptr = &bufptr;
132 bufptr->mallocptr = bufptr;
135 sigsetjmp(bufptr->jbuf, 1);
138 mksh_TIME(bufptr->tv);
144 NZATUpdateMem(h, bufptr, sizeof(*bufptr));