Searched defs:npush (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtparm.c105 #define npush(x) if (stack_ptr < STACKSIZE) {\ macro
213 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(
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtparm.c109 #define npush(x) \ macro
214 npush(len);
219 npush(parm[*string - '1']);
240 npush(varyable[i-1]);
245 npush(*string);
255 npush(number);
274 npush(x + y);
277 npush(x - y);
280 npush(x * y);
283 npush(
[all...]
/illumos-gate/usr/src/lib/libnsl/saf/
H A Ddoconfig.c273 int npush; /* count # of modules pushed */ local
277 npush = 0;
296 for (i = 0; i < npush; ++i)
301 npush++;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dtparm.c191 npush(int x) function
482 npush(param[i]);
524 npush(param[i]);
543 npush(static_vars[i]);
546 npush(dynamic_var[i]);
552 npush(*string);
563 npush(number);
567 npush(npop() + npop());
573 npush(x - y);
577 npush(npo
[all...]
/illumos-gate/usr/src/cmd/autopush/
H A Dautopush.c518 int npush; /* number of modules to push */ local
573 npush = 0;
574 while ((npush < MAXAPUSH) && (*cp)) {
587 if (npush == 0)
592 pushp->sap_anchor = npush;
604 pushp->sap_list[npush][midx] = *cp++;
608 pushp->sap_list[npush][midx] = '\0';
609 npush++;
612 pushp->sap_npush = npush;
/illumos-gate/usr/src/cmd/streams/strcmd/
H A Dstrchg.c488 * restore(npop, npush) restore original state of stream
490 * pops 'npop' modules, then pushes the topmost 'npush' modules from
495 restore(int npop, int npush) argument
506 if (npush >= Oldlist.sl_nmods) { /* "cannot" happen */
515 for (i = npush - 1; i >= 0; --i) {

Completed in 73 milliseconds