Lines Matching defs:WORD
60 #define WORD sizeof(union store)
89 nw = (nbytes+WORD+WORD-1)/WORD + 1; /*need one more than asked for*/
119 temp = ((temp+BLOCK/WORD)/(BLOCK/WORD))*(BLOCK/WORD);
123 q = (union store *)sbrk(temp*WORD);
130 ialloc((char *)q, (unsigned)temp*WORD);
172 r = q + (nbytes/WORD) - 1;
222 nw = (nbytes+WORD-1)/WORD;