Searched defs:pseg (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dalloca.c419 long size, pseg, this_segment, stack; local
438 If this is not the first segment, 'pseg' will be
441 pseg = ssptr->sspseg;
455 if (pseg == 0)
457 stkl = stkl - pseg;
460 pseg = ssptr->sspseg;
466 /* If you subtract pseg from the current end of the stack,
471 while (pseg != 0)
474 fprintf (stderr, "%011o %011o\n", pseg, size);
476 stkl = stkl - pseg;
[all...]

Completed in 24 milliseconds