Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/dc/
H A Dextern.h54 struct value *stack_tos(const struct stack *);
H A Dstack.c111 value = stack_tos(stack); in stack_dup()
187 stack_tos(const struct stack *stack) in stack_tos() function
H A Dbcode.c453 return (stack_tos(&bmachine.stack)); in tos()
809 v = stack_tos(&bmachine.reg[idx]); in load()
1539 v = stack_tos(&bmachine.reg[idx]); in compare()