Home
last modified time | relevance | path

Searched refs:stack_tos (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.bin/dc/
H A Dextern.h53 struct value *stack_tos(const struct stack *);
H A Dstack.c103 value = stack_tos(stack); in stack_dup()
176 stack_tos(const struct stack *stack) in stack_tos() function
H A Dbcode.c458 return stack_tos(&bmachine.stack); in tos()
830 v = stack_tos(&bmachine.reg[idx]); in load()
1473 v = stack_tos(&bmachine.reg[idx]); in compare()