Lines Matching defs:trailer
298 include the fifteen word trailer area. */
311 this trailer). */
314 long link; /* Address of trailer block of previous
339 struct stk_trailer *trailer;
352 trailer = (struct stk_trailer *) (status.current_address
357 a fatal error if "trailer" is null. */
359 if (trailer == 0)
364 while (trailer != 0)
366 block = (long *) trailer->this_address;
367 size = trailer->this_size;
370 trailer = (struct stk_trailer *) trailer->link;
380 if (trailer == 0)
387 if (trailer->this_size <= 0)
389 result += trailer->this_size;
390 trailer = (struct stk_trailer *) trailer->link;
392 while (trailer != 0);