Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtparm.c107 #define npop() (stack_ptr > 0 ? stack[--stack_ptr].num : 0) macro
185 bufptr += sprintf(bufptr, "%ld", npop());
192 bufptr, "%0*ld", len, npop()
200 bufptr, "%*ld", len, npop()
204 *(bufptr++) = (char) npop();
222 varyable[i-1] = npop();
250 y = npop();
251 x = npop();
255 y = npop();
256 x = npop();
[all …]
/titanic_44/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 …]
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtparm.c114 #define npop() (stack_ptr > 0 ? stack[--stack_ptr].num : 0) macro
173 format, npop()); in tparm()
210 *(bufptr++) = (char) npop(); in tparm()
229 varyable[i-1] = npop(); in tparm()
270 y = npop(); in tparm()
271 x = npop(); in tparm()
315 x = npop(); in tparm()
319 x = npop(); in tparm()
329 x = npop(); in tparm()
/titanic_44/usr/src/cmd/streams/strcmd/
H A Dstrchg.c495 restore(int npop, int npush) in restore() argument
499 if ((i = pop_modules(npop)) != npop) { in restore()