Lines Matching refs:push
117 push(STACK *st, long i) in push() function
289 push(&stk, 0); in tparm()
481 push(&stk, strlen(xp)); in tparm()
502 push(&stk, p1); in tparm()
505 push(&stk, p2); in tparm()
508 push(&stk, p3); in tparm()
511 push(&stk, p4); in tparm()
514 push(&stk, p5); in tparm()
517 push(&stk, p6); in tparm()
520 push(&stk, p7); in tparm()
523 push(&stk, p8); in tparm()
526 push(&stk, p9); in tparm()
563 push(&stk, vars[*cp++ - 'a']); in tparm()
566 push(&stk, regs[*cp++ - 'A']); in tparm()
580 push(&stk, *cp++); in tparm()
614 push(&stk, (sign * op)); in tparm()
621 push(&stk, (op + op2)); in tparm()
626 push(&stk, (op - op2)); in tparm()
631 push(&stk, (op * op2)); in tparm()
636 push(&stk, (op / op2)); in tparm()
641 push(&stk, (op % op2)); in tparm()
646 push(&stk, (op & op2)); in tparm()
651 push(&stk, (op | op2)); in tparm()
656 push(&stk, (op ^ op2)); in tparm()
661 push(&stk, (op == op2)); in tparm()
666 push(&stk, (op > op2)); in tparm()
671 push(&stk, (op < op2)); in tparm()
676 push(&stk, (op && op2)); in tparm()
681 push(&stk, (op || op2)); in tparm()
686 push(&stk, !pop(&stk)); in tparm()
689 push(&stk, ~pop(&stk)); in tparm()