| /trueos/usr.bin/dc/ |
| HD | stack.c | 38 stack_init(struct stack *stack) in stack_init() 47 stack_empty(const struct stack *stack) in stack_empty() 103 stack_size(const struct stack *stack) in stack_size() 110 stack_dup(struct stack *stack) in stack_dup() 124 stack_swap(struct stack *stack) in stack_swap() 138 stack_grow(struct stack *stack) in stack_grow() 151 stack_pushnumber(struct stack *stack, struct number *b) in stack_pushnumber() 161 stack_pushstring(struct stack *stack, char *string) in stack_pushstring() 171 stack_push(struct stack *stack, struct value *v) in stack_push() 191 stack_tos(const struct stack *stack) in stack_tos() [all …]
|
| HD | bcode.h | 59 struct stack { struct 60 struct value *stack; argument 61 ssize_t size; 62 ssize_t sp;
|
| /trueos/usr.bin/csup/ |
| HD | globtree.c | 250 struct stack { struct 251 struct stackelem *stack; member 262 stack_init(struct stack *stack) in stack_init() 271 stack_size(struct stack *stack) in stack_size() 278 stack_push(struct stack *stack, struct globtree *node, walkstate_t state) in stack_push() 293 stack_pop(struct stack *stack, struct globtree **node, walkstate_t *state) in stack_pop() 314 struct stack stack; in globtree_test() local
|
| HD | attrstack.c | 39 struct fattr **stack; member
|
| /trueos/sys/sys/ |
| HD | _stack.h | 34 struct stack { struct 35 int depth; 36 vm_offset_t pcs[STACK_MAX];
|
| /trueos/lib/libkse/thread/ |
| HD | thr_stack.c | 40 struct stack { struct 42 size_t stacksize; /* Stack size (rounded up). */ argument 44 void *stackaddr; /* Stack address. */ argument 48 * Default sized (stack and guard) spare stack queue. Stacks are cached argument
|
| /trueos/contrib/bsnmp/snmp_mibII/ |
| HD | mibII_ifstack.c | 38 struct mibifstack *stack; in mib_ifstack_create() local 57 struct mibifstack *stack; in mib_ifstack_delete() local 73 struct mibifstack *stack; in op_ifstack() local
|
| /trueos/lib/libthr/thread/ |
| HD | thr_stack.c | 42 struct stack { struct 44 size_t stacksize; /* Stack size (rounded up). */ argument 46 void *stackaddr; /* Stack address. */ argument 50 * Default sized (stack and guard) spare stack queue. Stacks are cached argument
|
| /trueos/contrib/unbound/services/ |
| HD | modstack.c | 75 modstack_init(struct module_stack* stack) in modstack_init() 82 modstack_config(struct module_stack* stack, const char* module_conf) in modstack_config()
|
| /trueos/contrib/gcc/ |
| HD | tree-ssa-threadedge.c | 117 remove_temporary_equivalences (VEC(tree, heap) **stack) in remove_temporary_equivalences() 140 record_temporary_equivalence (tree x, tree y, VEC(tree, heap) **stack) in record_temporary_equivalence() 163 record_temporary_equivalences_from_phis (edge e, VEC(tree, heap) **stack) in record_temporary_equivalences_from_phis() 212 record_temporary_equivalences_from_stmts_at_dest (edge e, in record_temporary_equivalences_from_stmts_at_dest() 494 thread_across_edge (tree dummy_cond, in thread_across_edge()
|
| HD | cfganal.c | 40 basic_block *stack; member 160 edge_iterator *stack; in mark_dfs_back_edges() local 654 edge_iterator *stack; in post_order_compute() local 734 edge_iterator *stack; in pre_and_rev_post_order_compute() local
|
| HD | ipa.c | 38 struct cgraph_node **stack = in cgraph_postorder() local
|
| /trueos/contrib/ncurses/ncurses/tinfo/ |
| HD | lib_tparm.c | 176 TPS(stack)[TPS(stack_ptr)].num_type = TRUE; in npush() local 177 TPS(stack)[TPS(stack_ptr)].data.num = x; in npush() local 191 if (TPS(stack)[TPS(stack_ptr)].num_type) in npop() local 204 TPS(stack)[TPS(stack_ptr)].num_type = FALSE; in spush() local 205 TPS(stack)[TPS(stack_ptr)].data.str = x; in spush() local
|
| /trueos/contrib/groff/src/roff/troff/ |
| HD | mtsm.h | 116 struct stack { struct 117 stack *next; argument 119 stack(); argument
|
| /trueos/sys/boot/ia64/ski/ |
| HD | start.S | 62 stack: .skip STACKSIZE label
|
| /trueos/contrib/netbsd-tests/lib/libc/sys/ |
| HD | t_clone.c | 97 void *allocstack, *stack; in ATF_TC_BODY() local 193 void *allocstack, *stack; in ATF_TC_BODY() local
|
| HD | t_lwp_create.c | 108 void *stack; in ATF_TC_BODY() local
|
| /trueos/contrib/libexecinfo/ |
| HD | builtin.c | 58 void *stack = &stack; in backtrace() local
|
| /trueos/contrib/llvm/tools/lldb/source/Core/ |
| HD | Timer.cpp | 103 TimerStack *stack = GetTimerStackForCurrentThread (); in Timer() local 130 TimerStack *stack = GetTimerStackForCurrentThread (); in ~Timer() local
|
| /trueos/sys/boot/userboot/userboot/ |
| HD | elf32_freebsd.c | 63 uint32_t stack[1024], *sp; in elf32_exec() local
|
| /trueos/crypto/heimdal/lib/krb5/ |
| HD | misc.c | 100 void *stack[128]; in _krb5_debug_backtrace() local
|
| /trueos/contrib/netbsd-tests/lib/libpthread/ |
| HD | t_swapcontext.c | 45 char stack[STACKSIZE]; variable
|
| /trueos/sys/ofed/include/linux/ |
| HD | linux_idr.c | 281 struct idr_layer *stack[MAX_LEVEL]; in idr_get_new() local 357 struct idr_layer *stack[MAX_LEVEL]; in idr_get_new_above() local
|
| /trueos/sys/mips/mips/ |
| HD | stack_machdep.c | 45 u_register_t * stack = in stack_register_fetch() local
|
| /trueos/contrib/gdb/gdb/ |
| HD | dwarf2expr.h | 29 CORE_ADDR *stack; member
|