Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/dc/
H A Dextern.h53 struct value *stack_tos(const struct stack *);
H A Dstack.c108 value = stack_tos(stack); in stack_dup()
181 stack_tos(const struct stack *stack) in stack_tos() function
H A Dbcode.c460 return stack_tos(&bmachine.stack); in tos()
808 v = stack_tos(&bmachine.reg[idx]); in load()
1523 v = stack_tos(&bmachine.reg[idx]); in compare()