Home
last modified time | relevance | path

Searched refs:peek_stack (Results 1 – 8 of 8) sorted by relevance

/dports/games/exult/exult-snapshot-v1.7.0.20211128/usecode/
H A Ddebugserver.cc128 Usecode_value *val = uci->peek_stack(i); in Handle_debug_message()
H A Ducinternal.h467 Usecode_value *peek_stack(int depth) const;
H A Ducinternal.cc3301 Usecode_value *Usecode_internal::peek_stack(int depth) const { in peek_stack() function in Usecode_internal
/dports/lang/micropython/micropython-1.17/py/
H A Demitnative.c815 STATIC stack_info_t *peek_stack(emit_t *emit, mp_uint_t depth) { in peek_stack() function
822 return peek_stack(emit, depth)->vtype; in peek_vtype()
936 stack_info_t *si = peek_stack(emit, 0); in emit_pre_pop_reg_flexible()
1555 stack_info_t *top = peek_stack(emit, 0); in emit_native_load_subscr()
1763 stack_info_t *top = peek_stack(emit, 0); in emit_native_store_subscr()
2726 vtype_kind_t vtype_cast = peek_stack(emit, 1)->data.u_imm; in emit_native_call_function()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/codegen/
H A Dplan_visitor.cpp172 template<class T> T& peek_stack(std::stack<T> &stk) in peek_stack() function
423 print_iter_plan(vp, plan_visitor_ns::peek_stack(itstack)); in print_stack()
2562 PlanIter_t& ite = plan_visitor_ns::peek_stack(itstack); in begin_visit()
/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/
H A Dhypertex.c777 peek_stack(struct htex_anchor_stack *stack, int *anchor_num) in peek_stack() function
1333 if ((type = peek_stack(&stack, &idx)) == A_NONE) { in htex_record_position()
/dports/devel/p5-B-C/B-C-1.57/lib/B/
H A DCC.pm1219 sub peek_stack { subroutine
3072 debug peek_stack() if $debug{stack};
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp208 template<class T> T& peek_stack(std::stack<T> &stk) in peek_stack() function
217 T x = translator_ns::peek_stack(stk); in pop_stack()
11976 const DirElemContent* lPrev = translator_ns::peek_stack(thePossibleWSContentStack); in check_boundary_whitespace()