Searched refs:SbiGosubStack (Results 1 – 2 of 2) sorted by relevance
85 struct SbiGosubStack; // GOSUB stack element127 struct SbiGosubStack { // GOSUB-Stack: struct128 SbiGosubStack* pNext; // Chain argument295 SbiGosubStack* pGosubStk; // GOSUB stack
1049 SbiGosubStack* p = new SbiGosubStack; in PushGosub()1062 SbiGosubStack* p = pGosubStk; in PopGosub()1074 SbiGosubStack* p; in ClearGosubStack()
Completed in 56 milliseconds