Lines Matching defs:buf
203 voidpf buf;
212 buf = farmalloc(bsize);
213 if (*(ush*)&buf != 0) return buf;
215 buf = farmalloc(bsize + 16L);
217 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
218 table[next_ptr].org_ptr = buf;
221 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
222 *(ush*)&buf = 0;
223 table[next_ptr++].new_ptr = buf;
224 return buf;