Home
last modified time | relevance | path

Searched refs:pop_string (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dstack.h14 char *pop_string (List *_stack);
H A Dstack.c84 pop_string (List *stack) in pop_string() function
H A Dmodules.c512 pop_string (stack); in my_module()
H A DChangeLog5063 * stack.c (_push, _pop, _unshift, _shift, push_string, pop_string,
5066 * stack.h (push_string, pop_string, unshift_string, shift_string: New
/netbsd-src/usr.bin/dc/
H A Dbcode.c71 static __inline char *pop_string(void);
476 pop_string(void) in pop_string() function
1718 p = pop_string(); in eval_tos()