Home
last modified time | relevance | path

Searched refs:npop (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtparm.c248 y = npop();
249 x = npop();
253 y = npop();
254 x = npop();
258 y = npop();
259 x = npop();
263 y = npop();
264 x = npop();
268 y = npop();
269 x = npop();
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dtparm.c201 npop(void) in npop() function
567 npush(npop() + npop()); in tparam_internal()
571 y = npop(); in tparam_internal()
572 x = npop(); in tparam_internal()
577 npush(npop() * npop()); in tparam_internal()
581 y = npop(); in tparam_internal()
593 npush(npop() && npop()); in tparam_internal()
597 npush(npop() || npop()); in tparam_internal()
601 npush(npop() & npop()); in tparam_internal()
605 npush(npop() | npop()); in tparam_internal()
[all …]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtparm.c112 #define npop() (stack_ptr > 0 ? stack[--stack_ptr].num : 0) macro
171 format, npop()); in tparm()
208 *(bufptr++) = (char) npop(); in tparm()
227 varyable[i-1] = npop(); in tparm()
268 y = npop(); in tparm()
269 x = npop(); in tparm()
313 x = npop(); in tparm()
317 x = npop(); in tparm()
327 x = npop(); in tparm()
/illumos-gate/usr/src/cmd/streams/strcmd/
H A Dstrchg.c493 restore(int npop, int npush) in restore() argument
497 if ((i = pop_modules(npop)) != npop) { in restore()