Lines Matching refs:Returns

340 Returns the SV object corresponding to the C variable C<sv_undef>.
344 Returns the SV object corresponding to the C variable C<sv_yes>.
348 Returns the SV object corresponding to the C variable C<sv_no>.
364 Returns the SV object corresponding to the C variable C<amagic_generation>.
370 Returns the AV object (i.e. in class B::AV) representing INIT blocks.
374 Returns the AV object (i.e. in class B::AV) representing CHECK blocks.
378 Returns the AV object (i.e. in class B::AV) representing UNITCHECK blocks.
382 Returns the AV object (i.e. in class B::AV) representing BEGIN blocks.
386 Returns the AV object (i.e. in class B::AV) representing END blocks.
390 Returns the PADLIST object (i.e. in class B::PADLIST) of the global
440 Returns the root op (i.e. an object in the appropriate B::OP-derived
445 Returns the starting op of the main part of the Perl program.
457 Returns the current debugging flag for C<walkoptree>. If the optional
474 Returns a string in the form "0x..." representing the value of the
488 Returns a double-quote-surrounded escaped version of STR which can
493 Returns a double-quote-surrounded escaped version of STR which can
505 Returns the class of an object without the part of the classname
605 Returns true if the SV is a boolean (true or false).
625 Returns a reference to the regular scalar corresponding to this
633 Returns a boolean indicating hether Perl would evaluate the SV as true or
644 Returns a boolean indicating whether Perl would evaluate the SV as true or
657 Returns the value of the IV, I<interpreted as
789 Returns the cache result of previous invlist_search() (internal usage)
793 Returns a boolean value (0 or 1) to know if the invlist is using an offset.
799 Returns an integer with the size of the array used to define the invlist.
1010 Returns a B::PADLIST object.
1028 Returns the name of a lexical sub, otherwise C<undef>.
1093 Returns the OP's parent. If it has no parent, or if your perl wasn't built
1401 Returns a boolean value to check if the padname is PL_padname_undef.