HomeSort by relevance Sort by last modified time
    Searched defs:SP (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
curses.c 57 SCREEN *SP;
  /onnv/onnv-gate/usr/src/uts/sparc/sys/
reg.h 79 #define SP O6
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
pp.h 24 =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 */
62 #define SP sp
73 #define dSP register SV **sp = PL_stack_s
    [all...]
pp_hot.c 48 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, 1)
2600 SV **sp = &sv; \/* Used in tryAMAGICunDEREF macro. *\/ local
    [all...]
pp.c 54 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*);
78 SP += maxarg;
437 EXTEND(SP,1);
445 *SP = refto(*SP);
453 if (++MARK <= SP)
454 *MARK = *SP;
    [all...]
pp_ctl.c 36 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 += shift)
    [all...]
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
iso9660.h 152 struct SP {
155 } sp; member in union:rock_ridge::__anon2511
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
test.h 134 #define SP ' '
144 #define blank() prc(SP)
  /onnv/onnv-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
emlxs_queue.h 389 uint32_t SP: 1;
397 uint32_t SP: 1;
  /onnv/onnv-gate/usr/src/lib/sasl_plugins/digestmd5/
digestmd5.c 155 #define SP (32)
589 while (((unsigned char *)s)[0]>SP) {
591 while (s[0]>SP) {
    [all...]

Completed in 4257 milliseconds