Searched defs:npop (Results 1 – 4 of 4) sorted by relevance
107 #define npop() (stack_ptr > 0 ? stack[--stack_ptr].num : 0) macro
114 #define npop() (stack_ptr > 0 ? stack[--stack_ptr].num : 0) macro
495 restore(int npop, int npush) in restore()
201 npop(void) in npop() function