Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/dc/
H A Dextern.h56 char * stack_popstring(struct stack *);
H A Dinout.c
H A Dstack.c219 stack_popstring(struct stack *stack) in stack_popstring() function
H A Dbcode.c476 return stack_popstring(&bmachine.stack); in pop_string()