Home
last modified time | relevance | path

Searched refs:context_stack (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/dports/math/ogdf/OGDF/test/include/bandit/
H A Dgrammar.h14 context_stack.back()->execution_is_starting();
18 context_stack.push_back(&ctxt);
26 context_stack.pop_back();
42 detail::context_stack()); in describe_skip()
47 detail::contextstack_t& context_stack = detail::context_stack()) {
52 detail::contextstack_t& context_stack) { in before_each() argument
61 detail::contextstack_t& context_stack) { in after_each() argument
66 after_each(func, detail::context_stack()); in after_each()
83 detail::contextstack_t& context_stack,
114 for (auto context : context_stack) {
[all …]
/dports/devel/tass64/64tass-1.56.2625-src/
H A Dvariables.c74 if (context_stack.p >= context_stack.len) { in push_context()
77context_stack.stack = (struct cstack_s *)reallocx(context_stack.stack, context_stack.len * sizeof … in push_context()
91 if (context_stack.p > 1 + context_stack.bottom) { in pop_context()
96 c = &context_stack.stack[context_stack.p - 1]; in pop_context()
104 if (context_stack.p >= context_stack.len) { in push_context2()
107context_stack.stack = (struct cstack_s *)reallocx(context_stack.stack, context_stack.len * sizeof … in push_context2()
109 context_stack.stack[context_stack.p].normal = context_stack.stack[context_stack.p - 1].normal; in push_context2()
116 if (context_stack.p > 1 + context_stack.bottom) { in pop_context2()
161 size_t i, len = context_stack.p - context_stack.bottom; in get_namespaces()
176 context_stack.bottom = context_stack.p; in context_get_bottom()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/plug-in/
H A Dgimpplugin-context.c47 if (proc_frame->context_stack) in gimp_plug_in_context_push()
48 parent = proc_frame->context_stack->data; in gimp_plug_in_context_push()
54 proc_frame->context_stack = g_list_prepend (proc_frame->context_stack, in gimp_plug_in_context_push()
69 if (proc_frame->context_stack) in gimp_plug_in_context_pop()
71 GimpContext *context = proc_frame->context_stack->data; in gimp_plug_in_context_pop()
73 proc_frame->context_stack = g_list_remove (proc_frame->context_stack, in gimp_plug_in_context_pop()
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dcontext.c38 struct context_stack { struct
39 struct context_stack *next; argument
46 static struct context_stack *cstack; argument
54 struct context_stack *cs; in zcontext_save_partial()
58 cs = (struct context_stack *)malloc(sizeof(struct context_stack)); in zcontext_save_partial()
91 struct context_stack *cs = cstack; in zcontext_restore_partial()
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/actions/widgets/
H A Dsave.php23 $context_stack = []; variable
26 $context_stack[] = 'default_widgets';
28 $context_stack[] = 'widgets';
30 $context_stack[] = $context;
33 foreach ($context_stack as $ctx) {
44 foreach ($context_stack as $ctx) {
H A Dadd.php35 $context_stack = []; variable
38 $context_stack[] = 'default_widgets';
40 $context_stack[] = 'widgets';
42 $context_stack[] = $context;
45 foreach ($context_stack as $ctx) {
/dports/mail/mailutils/mailutils-3.13/mh/
H A Dmh_alias_lex.l83 static struct buffer_ctx *context_stack; variable
174 ctx->prev = context_stack; in push_source()
175 context_stack = ctx; in push_source()
205 if (!context_stack) in pop_source()
213 trk = context_stack->trk; in pop_source()
214 ali_source_inode = context_stack->i_node; in pop_source()
215 exec_p = context_stack->exec_p; in pop_source()
216 RESTORE_BUFFER_STATE (context_stack->state); in pop_source()
217 ctx = context_stack->prev; in pop_source()
218 free (context_stack); in pop_source()
[all …]
/dports/net/gnu-dico/dico-2.10/grecs/src/
H A Dpreproc.c144 context_stack->xlines++; in pp_line_stmt()
168 else if (!context_stack) in next_line()
233 if (!context_stack) in ctx_lookup()
445 if (context_stack) { in push_source()
496 ctx->prev = context_stack; in push_source()
497 context_stack = ctx; in push_source()
512 if (!context_stack) in pop_source()
518 ctx = context_stack->prev; in pop_source()
519 grecs_free(context_stack); in pop_source()
520 context_stack = ctx; in pop_source()
[all …]
/dports/sysutils/direvent/direvent-5.2/grecs/src/
H A Dpreproc.c144 context_stack->xlines++; in pp_line_stmt()
168 else if (!context_stack) in next_line()
233 if (!context_stack) in ctx_lookup()
445 if (context_stack) { in push_source()
496 ctx->prev = context_stack; in push_source()
497 context_stack = ctx; in push_source()
512 if (!context_stack) in pop_source()
518 ctx = context_stack->prev; in pop_source()
519 grecs_free(context_stack); in pop_source()
520 context_stack = ctx; in pop_source()
[all …]
/dports/sysutils/pies/pies-1.5/grecs/src/
H A Dpreproc.c144 context_stack->xlines++; in pp_line_stmt()
168 else if (!context_stack) in next_line()
233 if (!context_stack) in ctx_lookup()
445 if (context_stack) { in push_source()
496 ctx->prev = context_stack; in push_source()
497 context_stack = ctx; in push_source()
512 if (!context_stack) in pop_source()
518 ctx = context_stack->prev; in pop_source()
519 grecs_free(context_stack); in pop_source()
520 context_stack = ctx; in pop_source()
[all …]
/dports/sysutils/eclat/eclat-2.0/grecs/src/
H A Dpreproc.c144 context_stack->xlines++; in pp_line_stmt()
168 else if (!context_stack) in next_line()
233 if (!context_stack) in ctx_lookup()
445 if (context_stack) { in push_source()
496 ctx->prev = context_stack; in push_source()
497 context_stack = ctx; in push_source()
512 if (!context_stack) in pop_source()
518 ctx = context_stack->prev; in pop_source()
519 grecs_free(context_stack); in pop_source()
520 context_stack = ctx; in pop_source()
[all …]
/dports/textproc/raptor/raptor-1.4.21/librdfa/
H A Drdfa.c221 context_stack->items[context_stack->num_items - 1]->data; in rdfa_create_new_element_context()
823 context_stack->items[context_stack->num_items - 1]->data; in character_data()
867 context_stack->items[context_stack->num_items - 1]->data; in end_element()
1056 rdfalist* context_stack = (rdfalist*)user_data; in raptor_rdfa_namespace_handler() local
1058 context_stack->items[context_stack->num_items - 1]->data; in raptor_rdfa_namespace_handler()
1098 rval->context_stack = NULL; in rdfa_create_context()
1191 if(context->context_stack != NULL) in rdfa_free_context()
1201 free(context->context_stack->items); in rdfa_free_context()
1202 free(context->context_stack); in rdfa_free_context()
1238 context->context_stack = rdfa_create_list(32); in rdfa_parse_start()
[all …]
/dports/mail/mailutils/mailutils-3.13/libmu_sieve/
H A Dsieve-lex.l122 static struct buffer_ctx *context_stack; variable
133 for (ctx = context_stack; ctx; ctx = ctx->prev) in ctx_lookup()
194 ctx->prev = context_stack; in push_source()
195 context_stack = ctx; in push_source()
214 if (!context_stack) in pop_source()
221 input_stream = context_stack->input; in pop_source()
223 trk = context_stack->trk; in pop_source()
225 sieve_source_inode = context_stack->i_node; in pop_source()
226 RESTORE_BUFFER_STATE (context_stack->state); in pop_source()
227 ctx = context_stack->prev; in pop_source()
[all …]
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/nvidia/cuda/
H A Dnvidia-cuda-context-stack.cpp23 nvidia::cuda::context_stack::context_stack(std::shared_ptr<::nvidia::cuda::cuda> cuda, in context_stack() function in nvidia::cuda::context_stack
39 nvidia::cuda::context_stack::~context_stack() in ~context_stack()
H A Dnvidia-cuda-context-stack.hpp26 class context_stack { class
31context_stack(std::shared_ptr<::nvidia::cuda::cuda> cuda, std::shared_ptr<::nvidia::cuda::context>…
32 ~context_stack();
/dports/net/gnu-radius/radius-1.6.1/lib/
H A Dusers.l207 static struct buffer_ctx *context_stack; variable
269 ctx->prev = context_stack; in push_source()
270 context_stack = ctx; in push_source()
301 if (!context_stack) { in pop_source()
306 grad_parser_source_locus = context_stack->loc; in pop_source()
307 source_inode = context_stack->i_node; in pop_source()
308 RESTORE_BUFFER_STATE(context_stack->state); in pop_source()
309 ctx = context_stack->prev; in pop_source()
310 grad_free(context_stack); in pop_source()
311 context_stack = ctx; in pop_source()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dbuildsym.h129 struct context_stack struct
161 EXTERN struct context_stack *context_stack; argument
262 extern struct context_stack *push_context (int desc, CORE_ADDR valu);
264 extern struct context_stack *pop_context (void);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dbuildsym.h129 struct context_stack struct
161 EXTERN struct context_stack *context_stack; argument
262 extern struct context_stack *push_context (int desc, CORE_ADDR valu);
264 extern struct context_stack *pop_context (void);
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/rendering/opengl/internal/
H A Dcontext.cpp198 context_stack.push_back(ContextInfo::get_current(display)); in use()
199 if (context_info != context_stack.back()) in use()
210 assert(!context_stack.empty()); in unuse()
212 if (context_stack.back() != context_info) in unuse()
215 context_stack.back().make_current(); in unuse()
217 context_stack.pop_back(); in unuse()
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/rendering/opengl/internal/
H A Dcontext.cpp198 context_stack.push_back(ContextInfo::get_current(display)); in use()
199 if (context_info != context_stack.back()) in use()
210 assert(!context_stack.empty()); in unuse()
212 if (context_stack.back() != context_info) in unuse()
215 context_stack.back().make_current(); in unuse()
217 context_stack.pop_back(); in unuse()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/rendering/opengl/internal/
H A Dcontext.cpp198 context_stack.push_back(ContextInfo::get_current(display)); in use()
199 if (context_info != context_stack.back()) in use()
210 assert(!context_stack.empty()); in unuse()
212 if (context_stack.back() != context_info) in unuse()
215 context_stack.back().make_current(); in unuse()
217 context_stack.pop_back(); in unuse()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dbuildsym.h135 struct context_stack struct
171 EXTERN struct context_stack *context_stack; argument
275 extern struct context_stack *push_context (int desc, CORE_ADDR valu);
277 extern struct context_stack *pop_context (void);
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/views/default/resources/widgets/
H A Dadd_panel.php12 $context_stack = get_input('context_stack'); variable
13 if (!empty($context_stack) && is_array($context_stack)) {
14 elgg_set_context_stack($context_stack);
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dbuildsym.h124 struct context_stack struct
156 EXTERN struct context_stack *context_stack; argument
260 extern struct context_stack *push_context (int desc, CORE_ADDR valu);
262 extern struct context_stack *pop_context (void);
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/relay/quantize/
H A Dquantize.cc89 std::stack<QConfig> context_stack; member
99 entry->context_stack.push(build_config); in EnterQConfigScope()
104 entry->context_stack.pop(); in ExitQConfigScope()
109 if (entry->context_stack.size() > 0) { in Current()
110 return entry->context_stack.top(); in Current()

12345678910>>...12