Lines Matching refs:bufptr
116 } *bufptr;
119 cp = alloc(sizeof(*bufptr) - ALLOC_SIZE, APERM);
122 memset(cp, 0, sizeof(*bufptr) - ALLOC_SIZE);
125 bufptr = (void *)(cp - ALLOC_SIZE);
127 bufptr->dataptr = &rndsetupstate;
129 bufptr->stkptr = &bufptr;
131 bufptr->mallocptr = bufptr;
134 sigsetjmp(bufptr->jbuf, 1);
137 mksh_TIME(bufptr->tv);
139 h = chvt_rndsetup(bufptr, sizeof(*bufptr));