| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| stack.h | 46 void stack_push(stk_t *, void *);
|
| stack.c | 99 stack_push(stk_t *sp, void *data) function
|
| stabs.c | 207 stack_push(file_stack, file); 262 stack_push(file_stack, curhdr);
|
| /src/usr.bin/dc/ |
| extern.h | 51 void stack_push(struct stack *, struct value *);
|
| stack.c | 113 stack_push(stack, stack_dup_value(value, ©)); 162 stack_push(struct stack *stack, struct value *v) function 192 stack_push(stack, v); 336 stack_push(stack, &n);
|
| bcode.c | 454 stack_push(&bmachine.stack, v); 867 stack_push(&bmachine.reg[idx], value);
|
| /src/sys/external/bsd/sljit/dist/regex_src/ |
| regexJIT.c | 231 static int stack_push(struct stack *stack, int type, int value) function 482 if (stack_push(stack, type_open_br, 0)) 484 if (stack_push(stack, type_close_br, 0)) 496 SLJIT_ASSERT(stack_push(&it, type_open_br, 0) == 0); 498 stack_push(&it, type_open_br, 0); 518 if (stack_push(stack, type_qestion_mark, 0)) 528 if (stack_push(stack, type_qestion_mark, 0)) 549 if (stack_push(stack, type_plus_sign, 0)) 554 if (stack_push(stack, type_close_br, 0)) 595 if (stack_push(stack, type_id, val1) [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| obj-coff.c | 94 stack_push (stack *st, void *element) 1330 stack_push (block_stack, &symp); 93 stack_push (stack *st, void *element) function
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| obj-coff.c | 94 stack_push (stack *st, void *element) 1332 stack_push (block_stack, &symp); 93 stack_push (stack *st, void *element) function
|