Lines Matching refs:trailer
320 include the fifteen word trailer area. */
333 this trailer). */
336 long link; /* Address of trailer block of previous
361 struct stk_trailer *trailer;
374 trailer = (struct stk_trailer *) (status.current_address
379 a fatal error if "trailer" is null. */
381 if (trailer == 0)
386 while (trailer != 0)
388 block = (long *) trailer->this_address;
389 size = trailer->this_size;
392 trailer = (struct stk_trailer *) trailer->link;
402 if (trailer == 0)
409 if (trailer->this_size <= 0)
411 result += trailer->this_size;
412 trailer = (struct stk_trailer *) trailer->link;
414 while (trailer != 0);