Home
last modified time | relevance | path

Searched refs:addrStack (Results 1 – 6 of 6) sorted by last modified time

/dports/lang/basic256/basic256-2.0.0.11/
H A DInterpreter.cpp834 callstack = new addrStack(); in initialize()
835 onerrorstack = new addrStack(); in initialize()
H A DInterpreter.h87 class addrStack {
89 addrStack(){ in addrStack() function
94 ~addrStack(){}; in ~addrStack()
260 addrStack *callstack;
261 addrStack *onerrorstack;
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/vellum/
H A Dfst.go200 stack := addrStack{addr}
230 type addrStack []int type
232 func (a addrStack) Pop() (addrStack, int) {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/couchbase/vellum/
H A Dfst.go200 stack := addrStack{addr}
230 type addrStack []int type
232 func (a addrStack) Pop() (addrStack, int) {
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/couchbase/vellum/
H A Dfst.go200 stack := addrStack{addr}
230 type addrStack []int type
232 func (a addrStack) Pop() (addrStack, int) {
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/couchbase/vellum/
H A Dfst.go212 stack := addrStack{addr}
242 type addrStack []int type
244 func (a addrStack) Pop() (addrStack, int) {