Home
last modified time | relevance | path

Searched refs:boolSV (Results 1 – 25 of 559) sorted by relevance

12345678910>>...23

/dports/textproc/p5-Text-Xslate/Text-Xslate-3.4.0/src/
H A Dxslate_opcode.inc272 TX_st_sa = boolSV( SvIVX(i) > 0 ); /* for foreach-else */
471 TX_st_sa = boolSV( !sv_true(TX_st_sa) );
514 TX_st_sa = boolSV( tx_sv_is_array_ref(aTHX_ sv) );
521 TX_st_sa = boolSV( tx_sv_is_hash_ref(aTHX_ sv) );
533 TX_st_sa = boolSV( tx_sv_is_code_ref(aTHX_ sv) );
550 TX_st_sa = boolSV( tx_sv_eq(aTHX_ TX_st_sb, TX_st_sa) );
555 TX_st_sa = boolSV( !tx_sv_eq(aTHX_ TX_st_sb, TX_st_sa) );
560 TX_st_sa = boolSV( SvNVx(TX_st_sb) < SvNVx(TX_st_sa) );
564 TX_st_sa = boolSV(
570 TX_st_sa = boolSV(
[all …]
/dports/news/inn-current/inn-2.7-20211226/include/
H A Dppport.h192 #ifndef boolSV
193 # define boolSV(b) ((b) ? &PL_sv_yes : &PL_sv_no) macro
/dports/news/inn/inn-2.6.4/include/
H A Dppport.h187 #ifndef boolSV
188 # define boolSV(b) ((b) ? &PL_sv_yes : &PL_sv_no) macro
/dports/sysutils/shlock/inn-2.6.4/include/
H A Dppport.h187 #ifndef boolSV
188 # define boolSV(b) ((b) ? &PL_sv_yes : &PL_sv_no) macro
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkBox.xs87 PUSHs (sv_2mortal (boolSV (expand)));
88 PUSHs (sv_2mortal (boolSV (fill)));
/dports/math/p5-Math-Random-MT/Math-Random-MT-1.17/
H A Dppport.h187 #ifndef boolSV
188 # define boolSV(b) ((b) ? &PL_sv_yes : &PL_sv_no) macro
/dports/databases/p5-Pg/Pg-2.1.1/
H A Dppport.h187 #ifndef boolSV
188 # define boolSV(b) ((b) ? &PL_sv_yes : &PL_sv_no) macro
/dports/net/p5-Net-Interface/Net-Interface-1.016/
H A Dppport.h187 #ifndef boolSV
188 # define boolSV(b) ((b) ? &PL_sv_yes : &PL_sv_no) macro
/dports/security/p5-Crypt-TEA/Crypt-TEA-1.26/
H A Dppport.h187 #ifndef boolSV
188 # define boolSV(b) ((b) ? &PL_sv_yes : &PL_sv_no) macro
/dports/security/p5-Crypt-Twofish/Crypt-Twofish-2.18/
H A Dppport.h187 #ifndef boolSV
188 # define boolSV(b) ((b) ? &PL_sv_yes : &PL_sv_no) macro
/dports/devel/p5-Event/Event-1.28/
H A Dppport.h193 #ifndef boolSV
194 # define boolSV(b) ((b) ? &PL_sv_yes : &PL_sv_no) macro
/dports/textproc/p5-Text-Tmpl/Text-Tmpl-0.33/
H A Dppport.h187 #ifndef boolSV
188 # define boolSV(b) ((b) ? &PL_sv_yes : &PL_sv_no) macro
/dports/security/p5-Crypt-GOST/Crypt-GOST-1.00/
H A Dppport.h187 #ifndef boolSV
188 # define boolSV(b) ((b) ? &PL_sv_yes : &PL_sv_no) macro
/dports/devel/p5-Event/Event-1.28/c/
H A Dwatcher.c178 XPUSHs(boolSV(WaDEBUG(ev))); in WKEYMETH()
207 XPUSHs(boolSV(WaREENTRANT(ev))); in WKEYMETH()
218 XPUSHs(boolSV(WaREPEAT(ev))); in WKEYMETH()
232 XPUSHs(boolSV(WaSUSPEND(ev))); in WKEYMETH()
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/plugins/perl/common/
H A DCore.xs13 ST(0) = boolSV(RETVAL);
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/plugins/perl/common/
H A DCore.xs13 ST(0) = boolSV(RETVAL);
/dports/net-im/finch/pidgin-2.14.8/libpurple/plugins/perl/common/
H A DCore.xs13 ST(0) = boolSV(RETVAL);
/dports/textproc/p5-RDFStore/RDFStore-0.51/include/
H A Dppport.h73 #ifndef boolSV
74 # define boolSV(b) ((b) ? &PL_sv_yes : &PL_sv_no) macro
/dports/databases/db18/db-18.1.40/lang/perl/BerkeleyDB/
H A Dppport.h71 #ifndef boolSV
72 # define boolSV(b) ((b) ? &PL_sv_yes : &PL_sv_no) macro
/dports/databases/db5/db-5.3.28/lang/perl/BerkeleyDB/
H A Dppport.h71 #ifndef boolSV
72 # define boolSV(b) ((b) ? &PL_sv_yes : &PL_sv_no) macro
/dports/databases/db5/db-5.3.28/lang/perl/DB_File/
H A Dppport.h71 #ifndef boolSV
72 # define boolSV(b) ((b) ? &PL_sv_yes : &PL_sv_no) macro
/dports/mail/p5-Mail-Transport-Dbx/Mail-Transport-Dbx-0.07/
H A Dppport.h290 #ifndef boolSV
291 # define boolSV(b) ((b) ? &PL_sv_yes : &PL_sv_no) macro
/dports/databases/p5-File-Locate/File-Locate-0.62/
H A Dppport.h290 #ifndef boolSV
291 # define boolSV(b) ((b) ? &PL_sv_yes : &PL_sv_no) macro
/dports/security/p5-Digest-Haval256/Digest-Haval256-1.0.5/
H A Dppport.h290 #ifndef boolSV
291 # define boolSV(b) ((b) ? &PL_sv_yes : &PL_sv_no) macro
/dports/security/p5-Crypt-Khazad/Crypt-Khazad-1.0.3/
H A Dppport.h290 #ifndef boolSV
291 # define boolSV(b) ((b) ? &PL_sv_yes : &PL_sv_no) macro

12345678910>>...23