Lines Matching full:onto
121 /// a copy at all. In fact, it saves a copy, a push onto the results stack,
140 /// Push a constant onto the results stack.
143 /// Push a variable onto the results stack.
146 /// Push an array element onto the results stack.
149 /// Push an array onto the results stack. This is different from pushing an
150 /// array *element* onto the results stack; it pushes a reference to the
155 /// Push a zero or a one onto the stack. These are special cased because it
162 /// Push the last printed value onto the stack.
166 /// Push the value of any of the globals onto the stack.
172 /// Push the value of the seed global onto the stack.
233 /// Oh, and BC_INST_STR pushes a string onto the results stack.
298 /// Pushes the current length of a register stack onto the results stack.
301 /// Pushes the current length of the results stack onto the results stack.
304 /// Pushes a copy of the item on the top of the results stack onto the
308 /// Copies the value in a register and pushes the copy onto the results
312 /// Pops an item off of a register stack and pushes it onto the results
316 /// Pops an item off of the results stack and pushes it onto a register's
326 /// Push the depth of the execution stack onto the stack.
416 /// Types of results that can be pushed onto the results stack.