trailer           346 main/alloca.c    struct stk_trailer *trailer;
trailer           359 main/alloca.c    trailer = (struct stk_trailer *) (status.current_address
trailer           366 main/alloca.c    if (trailer == 0)
trailer           371 main/alloca.c    while (trailer != 0)
trailer           373 main/alloca.c        block = (long *) trailer->this_address;
trailer           374 main/alloca.c        size = trailer->this_size;
trailer           377 main/alloca.c        trailer = (struct stk_trailer *) trailer->link;
trailer           387 main/alloca.c    if (trailer == 0)
trailer           394 main/alloca.c        if (trailer->this_size <= 0)
trailer           396 main/alloca.c        result += trailer->this_size;
trailer           397 main/alloca.c        trailer = (struct stk_trailer *) trailer->link;
trailer           399 main/alloca.c    while (trailer != 0);