Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/dc/
H A Dextern.h57 char *stack_popstring(struct stack *);
H A Dstack.c234 stack_popstring(struct stack *stack) in stack_popstring() function
H A Dinout.c354 p = stack_popstring(&stack); in printnumber()
H A Dbcode.c474 return (stack_popstring(&bmachine.stack)); in pop_string()