Searched refs:Null (Results 1 - 25 of 39) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Dev/
H A DNull.pm3 package Dev::Null;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Dfilehandles.t12 tie *STDOUT, "Dev::Null" or die $!;
18 package Dev::Null;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
H A Dinc_taint.t15 use Dev::Null;
19 tie *NULL, 'Dev::Null' or die $!;
H A Dtest-harness.t23 use Dev::Null;
477 tie *NULL, 'Dev::Null' or die $!;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpad.h153 PL_comppad = Null(PAD*); PL_curpad = Null(SV**); \
159 PL_curpad = PL_comppad ? AvARRAY(PL_comppad) : Null(SV**); \
166 PL_curpad = PL_comppad ? AvARRAY(PL_comppad) : Null(SV**); \
260 PL_curpad = PL_comppad ? AvARRAY(PL_comppad) : Null(SV**); \
H A Dmg.h53 (SvRMAGICAL(sv) ? mg_find((sv),(how)) : Null(MAGIC*))
H A Dav.h53 Null AV pointer.
63 #define Nullav Null(AV*)
H A Dhv.h122 Null HV pointer.
178 #define Nullhv Null(HV*)
243 #define Nullhe Null(HE*)
273 #define Nullhek Null(HEK*)
H A Ddeb.c220 cx_n = Null(PERL_CONTEXT*);
249 cx_n = Null(PERL_CONTEXT*);
H A Dhandy.h22 #define Null(type) ((type)NULL) macro
28 Null character pointer.
31 Null SV pointer.
36 #define Nullch Null(char*)
37 #define Nullfp Null(PerlIO*)
38 #define Nullsv Null(SV*)
636 #define New(x,v,n,s) (v = Null(s *))
637 #define Newc(x,v,n,s,c) (v = Null(s *))
638 #define Newz(x,v,n,s) (v = Null(s *))
639 #define Renew(v,n,s) (v = Null(
[all...]
H A Dpad.c290 PL_comppad = Null(PAD*);
291 PL_curpad = Null(SV**);
296 CvPADLIST(cv) = Null(PADLIST*);
777 AvARRAY(ocomppad) : Null(SV **);
H A Dcv.h47 Null CV pointer.
57 #define Nullcv Null(CV*)
H A Dgv.h138 #define Nullgv Null(GV*)
H A Dhv.c623 if (!xhv->xhv_array /* !HvARRAY(hv) */) entry = Null(HE*);
1552 register HE *oentry = Null(HE*);
1566 HvARRAY(hv) = Null(HE**);
1648 xhv->xhv_eiter = Null(HE*); /* HvEITER(hv) = Null(HE*) */
1730 xhv->xhv_eiter = Null(HE*); /* HvEITER(hv) = Null(HE*) */
1731 return Null(HE*);
H A Dcop.h33 #define Nullcop Null(COP*)
410 cx->sb_rxres = Null(void*), \
H A Dscope.c333 GvAV(gv) = Null(AV*);
357 GvHV(gv) = Null(HV*);
1038 PL_curpad = Null(SV**);
H A Dop.h420 #define Nullop Null(OP*)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dstat.t332 my $Null = File::Spec->devnull;
334 skip "No null device to test with", 1 unless -e $Null;
335 skip "We know Win32 thinks '$Null' is a TTY", 1 if $Is_MSWin32;
337 open(NULL, $Null) or DIE("Can't open $Null: $!");
391 skip "No null device to test with", 2 unless -e $Null;
393 ok(-T $Null, 'null device is -T');
394 ok(-B $Null, ' and -B');
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dstr.h24 #define Nullstr Null(STR*)
H A Dhash.c197 tb->tbl_eiter = Null(HENT*);
H A Da2p.h151 #define Nullfp Null(FILE*)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A DByteLoader.xs90 bstate.bs_obj_list = Null(void**);
H A Dbytecode.h152 Null(REGEXP*); \
171 Null(REGEXP*))); \
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h167 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator in enum:evEvent_p::__anon2430
H A Deventlib.c356 new->type = Null;
557 case Null: {
643 case Null: {

Completed in 66 milliseconds

12