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

/ast/src/lib/libast/misc/
H A Dstk.c26 * A stack consists of a link list of variable size frames
45 * A stack is a header and a linked list of frames
343 register int frames = 0; local
364 if(frames)
378 frames++;
382 if(frames)

Completed in 9 milliseconds