Searched defs:SP (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dcurses.c57 SCREEN *SP; variable
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_hc.h91 #define SP "sp" macro
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Diso9660.h152 struct SP { struct in union:rock_ridge::__anon314
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.h24 =for apidoc AmU||SP
37 the C<SP> macro. See C<SP>.
41 Declare Just C<SP>. This is actually identical to C<dSP>, and declares
42 a local copy of perl's stack pointer, available via the C<SP> macro.
43 See C<SP>. (Available for backward source code compatibility with the
61 #undef SP /* Solaris 2.7 i386 has this in /usr/include/sys/reg.h */ macro
62 #define SP sp macro
166 =for apidoc Am|void|EXTEND|SP|int nitems
H A Dpp_hot.c48 EXTEND(SP,1);
94 --SP;
239 SP--;
275 ivp = *SP;
276 uvp = *--SP;
278 uvp = *SP;
279 ivp = *--SP;
324 --SP;
462 SP--;
499 EXTEND(SP,
756 Copy(AvARRAY(av), SP+1, maxarg, SV*); local
2842 Copy(AvARRAY(av), SP + 1, items, SV*); local
2893 Copy(AvARRAY(av), SP + 1, items, SV*); local
[all...]
H A Dpp.c54 EXTEND(SP, 1);
67 EXTEND(SP, maxarg);
72 SP[i+1] = (svp) ? *svp : &PL_sv_undef;
76 Copy(AvARRAY((AV*)TARG), SP+1, maxarg, SV*); local
78 SP += maxarg;
437 EXTEND(SP,1);
445 *SP = refto(*SP);
453 if (++MARK <= SP)
454 *MARK = *SP;
4672 Copy(AvARRAY(ary), SP + 1, iters, SV*); local
[all...]
H A Dpp_ctl.c36 EXTEND(SP, 1);
441 if (MARK < SP)
778 SP = ORIGMARK;
819 SP = ORIGMARK;
830 if (PL_stack_base + *PL_markstack_ptr == SP) {
866 I32 items = (SP - PL_stack_base) - *PL_markstack_ptr; /* how many new items */
890 count = (SP - PL_stack_base) - (PL_markstack_ptr[-1] - 1);
903 EXTEND(SP,shift);
904 src = SP;
905 dst = (SP
2265 Copy(AvARRAY(av), SP + 1, items, SV*); local
[all...]
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c152 #define SP (32) macro
586 while (((unsigned char *)s)[0]>SP) {
588 while (s[0]>SP) {

Completed in 40 milliseconds