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

  /src/usr.bin/dc/
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]);
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]);

Completed in 43 milliseconds