Home
last modified time | relevance | path

Searched refs:bool_val (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5380delta.pod1691 =item L<C<newSVbool(const bool bool_val)>|perlapi/newSVbool>
1701 =item L<C<sv_set_bool(SV *sv, const bool bool_val)>|perlapi/sv_set_bool>
/openbsd/gnu/usr.bin/perl/
H A Dsv.c4884 Perl_sv_set_bool(pTHX_ SV *sv, const bool bool_val) argument
4887 sv_setsv(sv, bool_val ? &PL_sv_yes : &PL_sv_no);
10034 Perl_newSVbool(pTHX_ bool bool_val) argument
10037 SV *sv = newSVsv(bool_val ? &PL_sv_yes : &PL_sv_no);
H A Dproto.h3006 Perl_newSVbool(pTHX_ const bool bool_val)
4752 Perl_sv_set_bool(pTHX_ SV *sv, const bool bool_val);
H A Dembed.fnc2254 ARdp |SV * |newSVbool |const bool bool_val
3331 |const bool bool_val