Searched refs:Temp_Stack (Results 1 – 2 of 2) sorted by relevance
1643 Operation(Temp_Stack, place) /* handle conditional operations */ in Operation() argument1644 int Temp_Stack[]; in Operation()1652 temp = Temp_Stack[--place];1657 temp = Temp_Stack[--place];1664 temp = Temp_Stack[--place];1671 temp = Temp_Stack[--place];1679 temp = Temp_Stack[--place];1688 temp = Temp_Stack[--place];1689 temp += Temp_Stack[--place];1690 Temp_Stack[place++] = temp;[all …]
203 extern int Operation P_((int Temp_Stack[], int place));