/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 in typeref:typename:void 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 in typeref:typename:int 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...] |