Searched defs:PUSH (Results 1 – 8 of 8) sorted by relevance
16 sub PUSH subroutine95 sub PUSH { my $o = shift; push(@$o,@_) } subroutine
109 sub PUSH($self, @p) subroutine
177 sub PUSH { subroutine
322 sub PUSH { global() subroutine
191 #define PUSH 1 macro
920 #define PUSH 1 macro
671 #define PUSH(x,y,z) TOS.symbol=x;TOS.section=y;TOS.value=z;INC; macro
519 #define PUSH(x,y,z) TOS.symbol = x; TOS.section = y; TOS.value = z; INC; in parse_expression() macro