Lines Matching defs:buf
211 voidpf buf;
220 buf = farmalloc(bsize);
221 if (*(ush*)&buf != 0) return buf;
223 buf = farmalloc(bsize + 16L);
225 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
226 table[next_ptr].org_ptr = buf;
229 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
230 *(ush*)&buf = 0;
231 table[next_ptr++].new_ptr = buf;
232 return buf;