Home
last modified time | relevance | path

Searched refs:oldtop (Results 1 – 25 of 591) sorted by relevance

12345678910>>...24

/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dscript.c226 lua_settop(L, oldtop); in set_server_features()
233 lua_settop(L, oldtop); in set_server_features()
240 lua_settop(L, oldtop); in set_server_features()
247 lua_settop(L, oldtop); in set_server_features()
254 lua_settop(L, oldtop); in set_server_features()
264 lua_settop(L, oldtop); in set_server_features()
272 lua_settop(L, oldtop); in set_server_features()
276 lua_settop(L, oldtop); in set_server_features()
280 lua_settop(L, oldtop); in set_server_features()
284 lua_settop(L, oldtop); in set_server_features()
[all …]
/dports/games/kobodeluxe/KoboDeluxe-0.5.1/
H A Dgamestate.cpp88 gamestate_t *oldtop = top; in change() local
94 if(oldtop) in change()
96 oldtop->leave(); in change()
97 oldtop->manager = 0; in change()
110 gamestate_t *oldtop = top; in push() local
114 if(oldtop) in push()
115 oldtop->yield(); in push()
125 gamestate_t *oldtop = top; in pop() local
128 if(oldtop) in pop()
130 oldtop->leave(); in pop()
[all …]
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dc-script.c301 int oldtop; in set_server_features() local
309 lua_settop(L, oldtop); in set_server_features()
313 lua_settop(L, oldtop); in set_server_features()
317 lua_settop(L, oldtop); in set_server_features()
321 lua_settop(L, oldtop); in set_server_features()
325 lua_settop(L, oldtop); in set_server_features()
331 lua_settop(L, oldtop); in set_server_features()
335 lua_settop(L, oldtop); in set_server_features()
339 lua_settop(L, oldtop); in set_server_features()
343 lua_settop(L, oldtop); in set_server_features()
[all …]
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/discgrp/
H A Dstack.c39 static entry *stack = NULL, *old, *oldtop, *oldbase, *new; variable
51 oldtop = stack - 1; in init_stack()
58 oldbase = oldtop+1; in make_new_old()
59 old = oldtop = new-1; in make_new_old()
81 oldtop = (entry *) stack + (oldtop - oldstack);
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/scripting/sqplus/
H A DSquirrelBindingsUtils.cpp63 SQInteger oldtop = sq_gettop(v); in CreateClass() local
69 sq_settop(v,oldtop); in CreateClass()
74 sq_settop(v,oldtop); in CreateClass()
103 SQInteger oldtop = sq_gettop(v); in CreateNativeClassInstance() local
107 sq_settop(v,oldtop); in CreateNativeClassInstance()
112 sq_settop(v,oldtop); in CreateNativeClassInstance()
118 sq_settop(v,oldtop); in CreateNativeClassInstance()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/supertux/
H A Dsavegame.cpp301 SQInteger oldtop = sq_gettop(vm.get_vm()); in get_worldmaps() local
315 sq_settop(vm.get_vm(), oldtop); in get_worldmaps()
329 SQInteger oldtop = sq_gettop(vm.get_vm()); in get_worldmap_state() local
355 sq_settop(vm.get_vm(), oldtop); in get_worldmap_state()
366 SQInteger oldtop = sq_gettop(vm.get_vm()); in get_levelsets() local
380 sq_settop(vm.get_vm(), oldtop); in get_levelsets()
391 SQInteger oldtop = sq_gettop(vm.get_vm()); in get_levelset_state() local
408 sq_settop(vm.get_vm(), oldtop); in get_levelset_state()
421 SQInteger oldtop = sq_gettop(vm.get_vm()); in set_levelset_state() local
441 sq_settop(vm.get_vm(), oldtop); in set_levelset_state()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/qmmm/
H A Dtask_qmmm_abc.F30 character*255 oldtop local
91 call mm_top_file(oldtop)
330 character*255 oldtop local
351 call mm_top_file(oldtop)
393 call util_file_copy(topfile,oldtop)
513 character*255 oldtop local
558 call mm_top_file(oldtop)
561 call util_file_copy(oldtop,savetop)
566 call util_file_copy(topfile,oldtop)
599 call util_file_copy(savetop,oldtop)
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/qmmm/
H A Dtask_qmmm_abc.F30 character*255 oldtop
91 call mm_top_file(oldtop)
330 character*255 oldtop
351 call mm_top_file(oldtop)
393 call util_file_copy(topfile,oldtop)
513 character*255 oldtop
558 call mm_top_file(oldtop)
561 call util_file_copy(oldtop,savetop)
566 call util_file_copy(topfile,oldtop)
599 call util_file_copy(savetop,oldtop)
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/
H A Dshorts.c8 short oldtop = w->ot; in PaintThumb() local
13 if (newtop < oldtop) { fprintf(stderr,"case1\n"); in PaintThumb()
16 if (newtop > oldtop) { fprintf(stderr,"case2\n"); in PaintThumb()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/
H A Dshorts.c8 short oldtop = w->ot; in PaintThumb() local
13 if (newtop < oldtop) { fprintf(stderr,"case1\n"); in PaintThumb()
16 if (newtop > oldtop) { fprintf(stderr,"case2\n"); in PaintThumb()
/dports/security/vault/vault-1.8.2/vendor/github.com/yuin/gopher-lua/
H A Dvm.go95 oldtop := rg.top
97 if rg.top < oldtop {
133 oldtop := rg.top
135 if rg.top < oldtop {
163 oldtop := rg.top
165 if rg.top < oldtop {
253 oldtop := rg.top
255 if rg.top < oldtop {
1024 oldtop := rg.top
1211 oldtop := rg.top
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/yuin/gopher-lua/
H A Dvm.go95 oldtop := rg.top
97 if rg.top < oldtop {
133 oldtop := rg.top
135 if rg.top < oldtop {
163 oldtop := rg.top
165 if rg.top < oldtop {
253 oldtop := rg.top
255 if rg.top < oldtop {
1024 oldtop := rg.top
1211 oldtop := rg.top
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Dvm.go95 oldtop := rg.top
97 if rg.top < oldtop {
133 oldtop := rg.top
135 if rg.top < oldtop {
163 oldtop := rg.top
165 if rg.top < oldtop {
253 oldtop := rg.top
255 if rg.top < oldtop {
1032 oldtop := rg.top
1219 oldtop := rg.top
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Dvm.go95 oldtop := rg.top
97 if rg.top < oldtop {
133 oldtop := rg.top
135 if rg.top < oldtop {
163 oldtop := rg.top
165 if rg.top < oldtop {
253 oldtop := rg.top
255 if rg.top < oldtop {
1032 oldtop := rg.top
1219 oldtop := rg.top
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Dvm.go95 oldtop := rg.top
97 if rg.top < oldtop {
133 oldtop := rg.top
135 if rg.top < oldtop {
163 oldtop := rg.top
165 if rg.top < oldtop {
253 oldtop := rg.top
255 if rg.top < oldtop {
1032 oldtop := rg.top
1219 oldtop := rg.top
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Dvm.go95 oldtop := rg.top
97 if rg.top < oldtop {
133 oldtop := rg.top
135 if rg.top < oldtop {
163 oldtop := rg.top
165 if rg.top < oldtop {
253 oldtop := rg.top
255 if rg.top < oldtop {
1032 oldtop := rg.top
1219 oldtop := rg.top
[all …]
/dports/editors/micro/micro-2.0.10/vendor/github.com/yuin/gopher-lua/
H A Dvm.go95 oldtop := rg.top
97 if rg.top < oldtop {
133 oldtop := rg.top
135 if rg.top < oldtop {
163 oldtop := rg.top
165 if rg.top < oldtop {
253 oldtop := rg.top
255 if rg.top < oldtop {
1024 oldtop := rg.top
1211 oldtop := rg.top
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/yuin/gopher-lua/
H A Dvm.go95 oldtop := rg.top
97 if rg.top < oldtop {
133 oldtop := rg.top
135 if rg.top < oldtop {
163 oldtop := rg.top
165 if rg.top < oldtop {
253 oldtop := rg.top
255 if rg.top < oldtop {
1024 oldtop := rg.top
1211 oldtop := rg.top
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/yuin/gopher-lua/
H A Dvm.go95 oldtop := rg.top
97 if rg.top < oldtop {
133 oldtop := rg.top
135 if rg.top < oldtop {
163 oldtop := rg.top
165 if rg.top < oldtop {
253 oldtop := rg.top
255 if rg.top < oldtop {
1024 oldtop := rg.top
1211 oldtop := rg.top
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/yuin/gopher-lua/
H A Dvm.go95 oldtop := rg.top
97 if rg.top < oldtop {
133 oldtop := rg.top
135 if rg.top < oldtop {
163 oldtop := rg.top
165 if rg.top < oldtop {
253 oldtop := rg.top
255 if rg.top < oldtop {
1024 oldtop := rg.top
1211 oldtop := rg.top
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/yuin/gopher-lua/
H A Dvm.go95 oldtop := rg.top
97 if rg.top < oldtop {
133 oldtop := rg.top
135 if rg.top < oldtop {
163 oldtop := rg.top
165 if rg.top < oldtop {
253 oldtop := rg.top
255 if rg.top < oldtop {
1024 oldtop := rg.top
1211 oldtop := rg.top
[all …]
/dports/textproc/xmlppm/xmlppm-0.98.3/src/
H A DXmlModel.cpp65 elStackNode *oldtop = state->elTop; in popElStack() local
66 state->elTop = oldtop->next; in popElStack()
67 free (oldtop); in popElStack()
/dports/misc/tellico/tellico-3.4.2/src/3rdparty/btparse/
H A Dtex_tree.c96 treestack * oldtop; in pop_treestack() local
101 oldtop = (*stack)->prev; in pop_treestack()
104 if (oldtop != NULL) in pop_treestack()
105 oldtop->next = NULL; in pop_treestack()
106 *stack = oldtop; in pop_treestack()
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/btparse/src/
H A Dtex_tree.c96 treestack * oldtop; in pop_treestack() local
101 oldtop = (*stack)->prev; in pop_treestack()
104 if (oldtop != NULL) in pop_treestack()
105 oldtop->next = NULL; in pop_treestack()
106 *stack = oldtop; in pop_treestack()
/dports/textproc/btparse/btparse-0.35/src/
H A Dtex_tree.c96 treestack * oldtop; in pop_treestack() local
101 oldtop = (*stack)->prev; in pop_treestack()
104 if (oldtop != NULL) in pop_treestack()
105 oldtop->next = NULL; in pop_treestack()
106 *stack = oldtop; in pop_treestack()

12345678910>>...24