Searched refs:POP (Results 26 - 35 of 35) sorted by relevance

12

/illumos-gate/usr/src/lib/efcode/engine/
H A Dfcode.c487 fcode_xt = POP(DS);
488 env->fcode_ptr = env->fcode_buffer = (uchar_t *)POP(DS);
709 tok = POP(DS);
724 tok = POP(DS);
726 immediate = POP(DS);
727 acf = (acf_t)POP(DS);
761 (void) POP(DS);
797 (void) POP(DS);
798 p = (void *) POP(DS);
829 sep = (char)POP(D
[all...]
H A Dproperties.c187 fail = POP(DS);
190 sp.size = POP(DS);
191 sp.data = (uchar_t *)POP(DS);
207 CONVERT_PHANDLE(env, d, POP(DS));
309 p = POP(DS);
401 size = POP(DS);
520 phandle = (device_t *)POP(DS);
H A Dinteractive.c522 for (d = FALSE; d == FALSE; d = POP(DS))
525 d = POP(DS);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_files.c201 (void) stack_op(POP, (char *)NULL, stack, stkptr);
311 (void) stack_op(POP, (char *)NULL, stack, stkptr);
410 (void) stack_op(POP, (char *)NULL, stack, stkptr);
451 (void) stack_op(POP, (char *)NULL, stack, stkptr);
502 * for POP: decrement stkptr and free
536 case POP:
544 trace_prt(1, " POP %s\n", **stkptr);
H A Dautomount.h80 #define POP 2 macro
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dproperty.c151 CONVERT_PHANDLE(env, dev, POP(DS));
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dprivate.h57 #define POP(sp) *(sp--) macro
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h220 #define POP() __m_screen->_unget._stack[DEC()] macro
/illumos-gate/usr/src/lib/libpp/common/
H A Dppfsm.h248 #define POP() \ macro
251 debug((-7, "POP in=%s next=%s state=%s", ppinstr(cur), pptokchr(*prv->nextchr), pplexstr(INDEX(rp)))); \
H A Dpplex.c522 POP();
582 POP();
595 POP();
606 POP();
683 POP();
697 POP();
707 POP();
721 POP();

Completed in 100 milliseconds

12