Searched refs:npush (Results 1 – 6 of 6) sorted by relevance
109 #define npush(x) \ macro214 npush(len); in tparm()219 npush(parm[*string - '1']); in tparm()240 npush(varyable[i-1]); in tparm()245 npush(*string); in tparm()255 npush(number); in tparm()274 npush(x + y); in tparm()277 npush(x - y); in tparm()280 npush(x * y); in tparm()283 npush(x / y); in tparm()[all …]
105 #define npush(x) if (stack_ptr < STACKSIZE) {\ macro213 npush(parm[*string - '1']);232 npush(varyable[i-1]);237 npush(*string);247 npush(number);252 npush(x + y);257 npush(x - y);262 npush(x * y);267 npush(x / y);272 npush(x % y);[all …]
191 npush(int x) in npush() function482 npush(param[i]); in tparam_internal()524 npush(param[i]); in tparam_internal()543 npush(static_vars[i]); in tparam_internal()546 npush(dynamic_var[i]); in tparam_internal()552 npush(*string); in tparam_internal()563 npush(number); in tparam_internal()567 npush(npop() + npop()); in tparam_internal()573 npush(x - y); in tparam_internal()577 npush(npop() * npop()); in tparam_internal()[all …]
518 int npush; /* number of modules to push */ in parse_line() local573 npush = 0; in parse_line()574 while ((npush < MAXAPUSH) && (*cp)) { in parse_line()587 if (npush == 0) in parse_line()592 pushp->sap_anchor = npush; in parse_line()604 pushp->sap_list[npush][midx] = *cp++; in parse_line()608 pushp->sap_list[npush][midx] = '\0'; in parse_line()609 npush++; in parse_line()612 pushp->sap_npush = npush; in parse_line()
273 int npush; /* count # of modules pushed */ in dopush() local277 npush = 0; in dopush()296 for (i = 0; i < npush; ++i) in dopush()301 npush++; in dopush()
495 restore(int npop, int npush) in restore() argument506 if (npush >= Oldlist.sl_nmods) { /* "cannot" happen */ in restore()515 for (i = npush - 1; i >= 0; --i) { in restore()