Home
last modified time | relevance | path

Searched refs:PL_sv_undef (Results 1 – 25 of 109) sorted by relevance

12345

/openbsd/src/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/
Dconst-xs.inc35 PUSHs(&PL_sv_undef);
41 PUSHs(&PL_sv_undef);
47 PUSHs(&PL_sv_undef);
52 PUSHs(&PL_sv_undef);
58 PUSHs(&PL_sv_undef);
64 PUSHs(&PL_sv_undef);
73 PUSHs(&PL_sv_undef);
79 PUSHs(&PL_sv_undef);
/openbsd/src/gnu/usr.bin/perl/dist/Time-HiRes/fallback/
Dconst-xs.inc37 PUSHs(&PL_sv_undef);
43 PUSHs(&PL_sv_undef);
49 PUSHs(&PL_sv_undef);
55 PUSHs(&PL_sv_undef);
61 PUSHs(&PL_sv_undef);
67 PUSHs(&PL_sv_undef);
76 PUSHs(&PL_sv_undef);
82 PUSHs(&PL_sv_undef);
/openbsd/src/gnu/usr.bin/perl/ext/VMS-Stdio/
DStdio.xs95 if (!stashp || *stashp == (GV *)&PL_sv_undef) return NULL; in newFH()
98 if (!stashp || *stashp == (GV *)&PL_sv_undef) return NULL; in newFH()
123 ST(0) = &PL_sv_undef;
188 if (fflush(stdio)) { ST(0) = &PL_sv_undef; }
209 ST(0) = rewind(stdio) ? &PL_sv_undef : &PL_sv_yes;
217 ST(0) = remove(name) ? &PL_sv_undef : &PL_sv_yes;
231 ST(0) = &PL_sv_undef;
238 EXTEND(sp,1); ST(0) = &PL_sv_undef;
279 if (fsync(fileno(stdio))) { ST(0) = &PL_sv_undef; }
354 ST(0) = (fh ? sv_2mortal(fh) : &PL_sv_undef);
[all …]
/openbsd/src/gnu/usr.bin/perl/dist/PathTools/
DCwd.xs267 sv_setsv(sv, &PL_sv_undef); \
311 sv_setsv(sv, &PL_sv_undef); in Perl_getcwd_sv()
487 if(!SvOK(path)) return &PL_sv_undef; in THX_unix_canonpath()
616 sv_setsv(TARG, &PL_sv_undef);
649 sv_setsv(TARG, &PL_sv_undef); in getdcwd()
662 canonpath(SV *self, SV *path = &PL_sv_undef, ...)
670 _fn_canonpath(SV *path = &PL_sv_undef, ...)
725 RETVAL = &PL_sv_undef;
747 PUSHs(items == 1 ? &PL_sv_undef : ST(items-1));
783 RETVAL = &PL_sv_undef;
/openbsd/src/gnu/usr.bin/perl/cpan/Encode/
DEncode.xs241 return &PL_sv_undef; /* never reaches but be safe */ in encode_method()
254 (fallback_cb != &PL_sv_undef) in encode_method()
280 return &PL_sv_undef; /* never reaches but be safe */ in encode_method()
296 (fallback_cb != &PL_sv_undef) in encode_method()
321 return &PL_sv_undef; in encode_method()
400 fallback_cb = &PL_sv_undef; in process_utf8()
409 fallback_cb = &PL_sv_undef; in process_utf8()
482 (fallback_cb != &PL_sv_undef) in process_utf8()
494 if (fallback_cb != &PL_sv_undef) { in process_utf8()
536 SV *obj = &PL_sv_undef; in find_encoding()
[all …]
/openbsd/src/gnu/usr.bin/perl/
Dmro_core.c292 SV* const sv = *svp ? *svp : &PL_sv_undef; in S_mro_get_linear_isa_dfs()
323 if(HeVAL(he) != &PL_sv_undef) { in S_mro_get_linear_isa_dfs()
329 HeVAL(he) = &PL_sv_undef; in S_mro_get_linear_isa_dfs()
362 (void) hv_stores(stored, "UNIVERSAL", &PL_sv_undef); in S_mro_get_linear_isa_dfs()
365 &PL_sv_undef, 0)))); in S_mro_get_linear_isa_dfs()
372 (void) hv_stores(stored, "UNIVERSAL", &PL_sv_undef); in S_mro_get_linear_isa_dfs()
375 (void) hv_store_ent(stored, our_name, &PL_sv_undef, 0); in S_mro_get_linear_isa_dfs()
465 (void) hv_store_ent(isa_hash, *svp++, &PL_sv_undef, 0); in Perl_mro_get_linear_isa()
470 HV_FETCH_ISSTORE, &PL_sv_undef, in Perl_mro_get_linear_isa()
472 (void) hv_stores(isa_hash, "UNIVERSAL", &PL_sv_undef); in Perl_mro_get_linear_isa()
[all …]
Dav.c41 if (sv != &PL_sv_undef) in Perl_av_reify()
505 PL_tmps_stack[orig_ix] = &PL_sv_undef; in Perl_av_make()
543 av_push_simple(ret, svp ? newSVsv(*svp) : &PL_sv_undef); in Perl_newAVav()
548 av_push_simple(ret, svp ? newSVsv(*svp) : &PL_sv_undef); in Perl_newAVav()
556 PL_tmps_stack[ret_at_tmps_ix] = &PL_sv_undef; in Perl_newAVav()
604 av_push_simple(ret, HeVAL(he) ? newSVsv(HeVAL(he)) : &PL_sv_undef); in Perl_newAVhv()
612 PL_tmps_stack[ret_at_tmps_ix] = &PL_sv_undef; in Perl_newAVhv()
688 PL_tmps_stack[orig_ix] = &PL_sv_undef; in Perl_av_clear()
744 PL_tmps_stack[orig_ix] = &PL_sv_undef; in Perl_av_undef()
829 return &PL_sv_undef; in Perl_av_pop()
[all …]
Dpp.c40 rpp_xpush_IMM(&PL_sv_undef); in PP()
127 if (vivify_sv && sv != &PL_sv_undef) { in S_rv2gv()
150 return &PL_sv_undef; in S_rv2gv()
157 return &PL_sv_undef; in S_rv2gv()
242 rpp_replace_1_IMM_NN(&PL_sv_undef); in Perl_softref2xv()
250 rpp_replace_1_IMM_NN(&PL_sv_undef); in Perl_softref2xv()
372 rpp_replace_1_IMM_NN(&PL_sv_undef); in PP()
398 cv = MUTABLE_CV(&PL_sv_undef); in PP()
408 SV *ret = &PL_sv_undef; in PP()
480 rpp_xpush_IMM(&PL_sv_undef); in PP()
[all …]
Duniversal.c508 rv = &PL_sv_undef; in XS()
885 : &PL_sv_undef); in XS()
891 : &PL_sv_undef); in XS()
894 : &PL_sv_undef); in XS()
905 PUSHs(&PL_sv_undef); in XS()
959 PUSHs(ret ? sv_2mortal(ret) : &PL_sv_undef); in XS()
990 PUSHs(ret ? sv_2mortal(ret) : &PL_sv_undef); in XS()
1263 PUSHs(ret ? sv_2mortal(ret) : &PL_sv_undef); in XS()
1298 PUSHs(ret ? sv_2mortal(ret) : &PL_sv_undef); in XS()
Dtaint.c149 if (!svp || *svp == &PL_sv_undef) in Perl_taint_env()
203 if (svp && *svp != &PL_sv_undef && SvTAINTED(*svp)) { in Perl_taint_env()
Dpp_hot.c1458 : &PL_sv_undef in S_pushav()
1470 : &PL_sv_undef in S_pushav()
1600 (tmpsv = amagic_call(arg, &PL_sv_undef, iter_amg, in PP()
1666 assert( (SV*)PL_last_in_gv == &PL_sv_undef in PP()
2054 sv = &PL_sv_undef; in PP()
2061 sv = (svp ? *svp : &PL_sv_undef); in PP()
2097 SV *retval = &PL_sv_undef; in PP()
2995 PL_tmps_stack[tmps_base + i] = &PL_sv_undef; in PP()
3101 *svp = &PL_sv_undef; in PP()
3108 PL_tmps_stack[tmps_base - 1] = &PL_sv_undef; in PP()
[all …]
/openbsd/src/gnu/usr.bin/perl/ext/re/
Dre.xs189 ? newSVsv(data->substr) : &PL_sv_undef);
191 ? newSVsv(data->utf8_substr) : &PL_sv_undef);
198 ? newSVsv(data->substr) : &PL_sv_undef);
200 ? newSVsv(data->utf8_substr) : &PL_sv_undef);
231 hv_stores(hv, "stclass", &PL_sv_undef);
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/fallback/
Dconstants.xs37 PUSHs(&PL_sv_undef);
54 PUSHs(&PL_sv_undef);
/openbsd/src/gnu/usr.bin/perl/ext/DynaLoader/
Ddl_vms.xs181 ST(0) = &PL_sv_undef;
202 ST(0) = &PL_sv_undef;
210 ST(0) = &PL_sv_undef;
297 ST(0) = &PL_sv_undef;
327 ST(0) = &PL_sv_undef;
/openbsd/src/gnu/usr.bin/perl/ext/Fcntl/
DFcntl.xs52 mode = &PL_sv_undef; in XS_Fcntl_S_ISREG()
74 mode = &PL_sv_undef;
/openbsd/src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/
DPrfDB.xs45 if (CheckWinError(pPrfQueryProfileSize(hini, app, key, &len))) return &PL_sv_undef; in Prf_Get()
51 return &PL_sv_undef; in Prf_Get()
84 if (CheckWinError(pPrfQueryProfile(Perl_hab, &info))) return &PL_sv_undef; in Prf_Profiles()
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
Dnumeric.xs46 if (endsv == &PL_sv_undef) {
53 if (endsv == &PL_sv_undef) {
/openbsd/src/gnu/usr.bin/perl/cpan/IPC-SysV/
DSysV.xs308 ftok(path, id = &PL_sv_undef)
341 ST(0) = k == (key_t) -1 ? &PL_sv_undef : sv_2mortal(newSViv(k));
400 ST(0) = shm == (void *) -1 ? &PL_sv_undef
404 ST(0) = &PL_sv_undef;
418 ST(0) = rv == -1 ? &PL_sv_undef : sv_2mortal(newSViv(rv));
/openbsd/src/gnu/usr.bin/perl/dist/IO/
DIO.xs159 ST(0) = &PL_sv_undef;
167 ST(0) = &PL_sv_undef;
173 ST(0) = &PL_sv_undef;
185 ST(0) = &PL_sv_undef;
250 ST(0) = &PL_sv_undef;
/openbsd/src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/
DListUtil.xs830 SV *b = argi < items-1 ? ST(argi+1) : &PL_sv_undef; in pairs()
879 PUSHs(&PL_sv_undef); in unpairs()
884 PUSHs(&PL_sv_undef); in unpairs()
925 SV *b = argi < items-1 ? ST(argi+1) : &PL_sv_undef; in pairvalues()
965 SV *b = GvSV(bgv) = argi < items-1 ? stack[argi+1] : &PL_sv_undef; in pairfirst()
990 SV *b = GvSV(bgv) = argi < items-1 ? ST(argi+1) : &PL_sv_undef; in pairfirst()
1050 SV *b = GvSV(bgv) = argi < items-1 ? stack[argi+1] : &PL_sv_undef; in pairgrep()
1076 SV *b = GvSV(bgv) = argi < items-1 ? ST(argi+1) : &PL_sv_undef; in pairgrep()
1144 GvSV(bgv) = argi < items-1 ? stack[argi+1]: &PL_sv_undef; in pairmap()
1214 &PL_sv_undef; in pairmap()
[all …]
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
Dcop157 ST(0) = pv ? sv_2mortal(newSVpv(pv, 0)) : &PL_sv_undef;
159 ST(1) = isGV(gv) ? sv_2mortal(newSVpv(GvNAME(gv), 0)) : &PL_sv_undef;
162 ST(2) = pv ? sv_2mortal(newSVpv(pv, 0)) : &PL_sv_undef;
164 ST(3) = isGV(gv) ? sv_2mortal(newSVpv(GvNAME(gv), 0)) : &PL_sv_undef;
Dvariables56 PL_sv_undef
135 # define PL_sv_undef sv_undef
299 PL_sv_undef()
301 RETVAL = newSVsv(&PL_sv_undef);
442 ok(!defined(&Devel::PPPort::PL_sv_undef()));
/openbsd/src/gnu/usr.bin/perl/ext/File-Glob/
DGlob.xs112 PUSHs(&PL_sv_undef); in iterate()
139 PUSHs(&PL_sv_undef); in iterate()
396 XPUSHs(&PL_sv_undef);
407 XPUSHs(&PL_sv_undef);
/openbsd/src/gnu/usr.bin/perl/ext/GDBM_File/
DGDBM_File.xs561 SV *backup_ref = &PL_sv_undef;
562 SV *stat_ref = &PL_sv_undef;
619 if (stat_ref != &PL_sv_undef) {
644 if (backup_ref != &PL_sv_undef) {
868 SV * RETVAL = &PL_sv_undef;
978 SV * RETVAL = &PL_sv_undef ;
1038 XPUSHs(&PL_sv_undef);
/openbsd/src/gnu/usr.bin/perl/dist/Time-HiRes/
Dtypemap291 $arg = &PL_sv_undef;
300 $arg = &PL_sv_undef;
309 $arg = &PL_sv_undef;
318 $arg = &PL_sv_undef;

12345