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.c105 #define npop() (stack_ptr > 0 ? stack[--stack_ptr].num : 0) macro
183 bufptr += sprintf(bufptr, "%ld", npop());
190 bufptr, "%0*ld", len, npop()
198 bufptr, "%*ld", len, npop()
202 *(bufptr++) = (char) npop();
220 varyable[i-1] = npop();
248 y = npop();
249 x = npop();
253 y = npop();
254 x = npop();
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dtparm.c201 npop(void) in npop() function
506 save_number(format, npop(), len); in tparam_internal()
532 static_vars[i] = npop(); in tparam_internal()
535 dynamic_var[i] = npop(); in tparam_internal()
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()
582 x = 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()