Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/dc/
H A Dextern.h55 struct value *stack_tos(const struct stack *);
H A Dstack.c113 value = stack_tos(stack); in stack_dup()
189 stack_tos(const struct stack *stack) in stack_tos() function
H A Dbcode.c455 return (stack_tos(&bmachine.stack)); in tos()
811 v = stack_tos(&bmachine.reg[idx]); in load()
1541 v = stack_tos(&bmachine.reg[idx]); in compare()