Searched refs:bool_val (Results 1 – 4 of 4) sorted by relevance
1691 =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>
4884 Perl_sv_set_bool(pTHX_ SV *sv, const bool bool_val) argument4887 sv_setsv(sv, bool_val ? &PL_sv_yes : &PL_sv_no);10034 Perl_newSVbool(pTHX_ bool bool_val) argument10037 SV *sv = newSVsv(bool_val ? &PL_sv_yes : &PL_sv_no);
3006 Perl_newSVbool(pTHX_ const bool bool_val)4752 Perl_sv_set_bool(pTHX_ SV *sv, const bool bool_val);
2254 ARdp |SV * |newSVbool |const bool bool_val3331 |const bool bool_val