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

/osnet-11/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...]
/osnet-11/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());
210 *(bufptr++) = (char) npop();
229 varyable[i-1] = npop();
270 y = npop();
271 x = npop();
315 x = npop();
319 x = npop();
329 x = npop();
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dtparm.c206 npop(void) function
536 save_number(fmt_buff, npop(), len);
540 save_char(npop());
566 static_vars[i] = npop();
569 dynamic_var[i] = npop();
601 npush(npop() + npop());
605 y = npop();
606 x = npop();
611 npush(npop() * npo
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dtparm.c201 npop(void) function
506 save_number(format, npop(), len);
532 static_vars[i] = npop();
535 dynamic_var[i] = npop();
567 npush(npop() + npop());
571 y = npop();
572 x = npop();
577 npush(npop() * npop());
[all...]

Completed in 24 milliseconds