Home
last modified time | relevance | path

Searched refs:npush (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtparm.c107 #define npush(x) \ macro
212 npush(len); in tparm()
217 npush(parm[*string - '1']); in tparm()
238 npush(varyable[i-1]); in tparm()
243 npush(*string); in tparm()
253 npush(number); in tparm()
272 npush(x + y); in tparm()
275 npush(x - y); in tparm()
278 npush(x * y); in tparm()
281 npush(x / y); in tparm()
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtparm.c103 #define npush(x) if (stack_ptr < STACKSIZE) {\ macro
211 npush(parm[*string - '1']);
230 npush(varyable[i-1]);
235 npush(*string);
245 npush(number);
250 npush(x + y);
255 npush(x - y);
260 npush(x * y);
265 npush(x / y);
270 npush(x % y);
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dtparm.c191 npush(int x) in npush() function
482 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 …]
/illumos-gate/usr/src/cmd/autopush/
H A Dautopush.c518 int npush; /* number of modules to push */ in parse_line() local
573 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()
/illumos-gate/usr/src/lib/libnsl/saf/
H A Ddoconfig.c271 int npush; /* count # of modules pushed */ in dopush() local
275 npush = 0; in dopush()
294 for (i = 0; i < npush; ++i) in dopush()
299 npush++; in dopush()
/illumos-gate/usr/src/cmd/streams/strcmd/
H A Dstrchg.c493 restore(int npop, int npush) in restore() argument
504 if (npush >= Oldlist.sl_nmods) { /* "cannot" happen */ in restore()
513 for (i = npush - 1; i >= 0; --i) { in restore()