HomeSort by: relevance | last modified time | path
    Searched refs:stack_dup_value (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/dc/
extern.h 45 struct value *stack_dup_value(const struct value *, struct value *);
stack.c 74 stack_dup_value(const struct value *a, struct value *copy) function in typeref:struct:value *
113 stack_push(stack, stack_dup_value(value, &copy));
293 (void)stack_dup_value(&a->data[i], &n->data[i]);
bcode.c 814 push(stack_dup_value(v, &copy));
899 push(stack_dup_value(v, &copy));

Completed in 12 milliseconds