Searched refs:stack_dup_value (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/usr.bin/dc/
H A Dextern.h47 struct value *stack_dup_value(const struct value *, struct value *);
H A Dstack.c77 stack_dup_value(const struct value *a, struct value *copy) function
118 stack_push(stack, stack_dup_value(value, &copy));
307 stack_dup_value(&a->data[i], &n->data[i]);
H A Dbcode.c817 push(stack_dup_value(v, &copy));
903 push(stack_dup_value(v, &copy));

Completed in 100 milliseconds