Searched refs:npush (Results 1 - 4 of 4) sorted by relevance

/osnet-11/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...]
/osnet-11/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...]
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dtparm.c196 npush(int x) function
516 npush(param[i]);
558 npush(param[i]);
577 npush(static_vars[i]);
580 npush(dynamic_var[i]);
586 npush(UChar(*cp));
597 npush(number);
601 npush(npop() + npop());
607 npush(x - y);
611 npush(npo
[all...]
/osnet-11/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...]

Completed in 189 milliseconds