Home
last modified time | relevance | path

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

/trueos/usr.bin/dc/
HDextern.h54 struct value *stack_tos(const struct stack *);
HDstack.c115 value = stack_tos(stack); in stack_dup()
191 stack_tos(const struct stack *stack) in stack_tos() function
HDbcode.c459 return (stack_tos(&bmachine.stack)); in tos()
803 v = stack_tos(&bmachine.reg[idx]); in load()
1541 v = stack_tos(&bmachine.reg[idx]); in compare()