Home | History | Annotate | Download | only in b_BasicEm

Lines Matching full:stack

90 	/** error stack */
93 /** error stack index */
148 /** puts an error onto the error stack (returns false if stack was already full) */
151 /** takes the last error from stack and returns it (when stack is empty: returns the error at stack position 0)*/
154 /** returns the last error of stack without removing it (when stack is empty: returns the error at stack position 0)*/
157 /** returns true if the error stack is not empty */