Searched defs:npush (Results 1 – 6 of 6) sorted by relevance
105 #define npush(x) if (stack_ptr < STACKSIZE) {\ macro
109 #define npush(x) \ macro
273 int npush; /* count # of modules pushed */ in dopush() local
495 restore(int npop, int npush) in restore()
518 int npush; /* number of modules to push */ in parse_line() local
191 npush(int x) in npush() function