Home
last modified time | relevance | path

Searched refs:exec_stack (Results 1 – 25 of 51) sorted by relevance

123

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dicontext.c66 return ENUM_USING(st_exec_stack, &pcst->exec_stack, in ENUM_PTRS_WITH()
67 sizeof(pcst->exec_stack), index); in ENUM_PTRS_WITH()
87 RELOC_USING(st_exec_stack, &pcst->exec_stack, sizeof(pcst->exec_stack));
231 ref_stack_cleanup(&pcst->exec_stack.stack); in context_state_store()
H A Dicstate.h59 exec_stack_t exec_stack; member
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dicontext.c66 return ENUM_USING(st_exec_stack, &pcst->exec_stack, in ENUM_PTRS_WITH()
67 sizeof(pcst->exec_stack), index); in ENUM_PTRS_WITH()
87 RELOC_USING(st_exec_stack, &pcst->exec_stack, sizeof(pcst->exec_stack));
231 ref_stack_cleanup(&pcst->exec_stack.stack); in context_state_store()
H A Dicstate.h59 exec_stack_t exec_stack; member
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dicontext.c62 return ENUM_USING(st_exec_stack, &pcst->exec_stack, in ENUM_PTRS_WITH()
63 sizeof(pcst->exec_stack), index); in ENUM_PTRS_WITH()
87 RELOC_USING(st_exec_stack, &pcst->exec_stack, sizeof(pcst->exec_stack));
234 ref_stack_cleanup(&pcst->exec_stack.stack); in context_state_store()
H A Dicstate.h64 exec_stack_t exec_stack; member
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dicontext.c62 return ENUM_USING(st_exec_stack, &pcst->exec_stack, in ENUM_PTRS_WITH()
63 sizeof(pcst->exec_stack), index); in ENUM_PTRS_WITH()
87 RELOC_USING(st_exec_stack, &pcst->exec_stack, sizeof(pcst->exec_stack));
234 ref_stack_cleanup(&pcst->exec_stack.stack); in context_state_store()
H A Dicstate.h64 exec_stack_t exec_stack; member
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dicontext.c66 return ENUM_USING(st_exec_stack, &pcst->exec_stack, in ENUM_PTRS_WITH()
67 sizeof(pcst->exec_stack), index); in ENUM_PTRS_WITH()
101 RELOC_USING(st_exec_stack, &pcst->exec_stack, sizeof(pcst->exec_stack));
279 ref_stack_cleanup(&pcst->exec_stack.stack); in context_state_store()
H A Dicstate.h74 exec_stack_t exec_stack; member
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Dicontext.c66 return ENUM_USING(st_exec_stack, &pcst->exec_stack, in ENUM_PTRS_WITH()
67 sizeof(pcst->exec_stack), index); in ENUM_PTRS_WITH()
103 RELOC_USING(st_exec_stack, &pcst->exec_stack, sizeof(pcst->exec_stack));
268 ref_stack_cleanup(&pcst->exec_stack.stack); in context_state_store()
H A Dicstate.h61 exec_stack_t exec_stack; member
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dicontext.c66 return ENUM_USING(st_exec_stack, &pcst->exec_stack, in ENUM_PTRS_WITH()
67 sizeof(pcst->exec_stack), index); in ENUM_PTRS_WITH()
101 RELOC_USING(st_exec_stack, &pcst->exec_stack, sizeof(pcst->exec_stack));
279 ref_stack_cleanup(&pcst->exec_stack.stack); in context_state_store()
H A Dicstate.h74 exec_stack_t exec_stack; member
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Dicontext.c66 return ENUM_USING(st_exec_stack, &pcst->exec_stack, in ENUM_PTRS_WITH()
67 sizeof(pcst->exec_stack), index); in ENUM_PTRS_WITH()
103 RELOC_USING(st_exec_stack, &pcst->exec_stack, sizeof(pcst->exec_stack));
268 ref_stack_cleanup(&pcst->exec_stack.stack); in context_state_store()
H A Dicstate.h61 exec_stack_t exec_stack; member
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dc_dispatch.cpp360 static std::vector<std::string> exec_stack; in BEGIN_COMMAND() local
363 if(std::find(exec_stack.begin(), exec_stack.end(), argv[1]) != exec_stack.end()) in BEGIN_COMMAND()
369 if(exec_stack.size() >= MAX_EXEC_DEPTH) in BEGIN_COMMAND()
383 exec_stack.push_back(argv[1]); in BEGIN_COMMAND()
442 exec_stack.pop_back(); in BEGIN_COMMAND()
/dports/mail/roundcube/roundcubemail-1.5.1/program/lib/Roundcube/
H A Drcube_plugin_api.php57 protected $exec_stack = []; variable in rcube_plugin_api
508 array_push($this->exec_stack, $hook);
524 array_pop($this->exec_stack);
676 return count($this->exec_stack) > 0 && (!$hook || in_array($hook, $this->exec_stack));
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/callgrind/
H A Dthreads.c39 static exec_stack current_states;
342 void CLG_(init_exec_stack)(exec_stack* es) in CLG_()
353 void CLG_(copy_current_exec_stack)(exec_stack* dst) in CLG_()
362 void CLG_(set_current_exec_stack)(exec_stack* dst) in CLG_()
H A Dglobal.h555 typedef struct _exec_stack exec_stack; typedef
575 exec_stack states; /* execution states interrupted by signals */
766 void CLG_(init_exec_stack)(exec_stack*);
767 void CLG_(copy_current_exec_stack)(exec_stack*);
768 void CLG_(set_current_exec_stack)(exec_stack*);
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/callgrind/
H A Dthreads.c39 static exec_stack current_states;
342 void CLG_(init_exec_stack)(exec_stack* es) in CLG_()
353 void CLG_(copy_current_exec_stack)(exec_stack* dst) in CLG_()
362 void CLG_(set_current_exec_stack)(exec_stack* dst) in CLG_()
H A Dglobal.h555 typedef struct _exec_stack exec_stack; typedef
575 exec_stack states; /* execution states interrupted by signals */
766 void CLG_(init_exec_stack)(exec_stack*);
767 void CLG_(copy_current_exec_stack)(exec_stack*);
768 void CLG_(set_current_exec_stack)(exec_stack*);
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/include/asm/
H A Dia32.h65 unsigned long stack_top, int exec_stack);
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/include/asm/
H A Dia32.h65 unsigned long stack_top, int exec_stack);
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/include/asm/
H A Dia32.h65 unsigned long stack_top, int exec_stack);

123