Home
last modified time | relevance | path

Searched refs:SbiGosubStack (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/basic/source/inc/
H A Druntime.hxx85 struct SbiGosubStack; // GOSUB stack element
127 struct SbiGosubStack { // GOSUB-Stack: struct
128 SbiGosubStack* pNext; // Chain argument
295 SbiGosubStack* pGosubStk; // GOSUB stack
/aoo42x/main/basic/source/runtime/
H A Druntime.cxx1049 SbiGosubStack* p = new SbiGosubStack; in PushGosub()
1062 SbiGosubStack* p = pGosubStk; in PopGosub()
1074 SbiGosubStack* p; in ClearGosubStack()

Completed in 38 milliseconds