Home
last modified time | relevance | path

Searched refs:stack_popstring (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/usr.bin/dc/
H A Dextern.h58 char *stack_popstring(struct stack *);
H A Dstack.c236 stack_popstring(struct stack *stack) in stack_popstring() function
H A Dinout.c356 p = stack_popstring(&stack); in printnumber()
H A Dbcode.c476 return (stack_popstring(&bmachine.stack)); in pop_string()