Lines Matching defs:new_plugin
13484 C<new_plugin> is a pointer to the C function that is to be added to the
13487 value of C<new_plugin> is written into the L</PL_keyword_plugin> variable,
13502 When this function is called, the function referenced by C<new_plugin>
13504 In a threading situation, C<new_plugin> may be called immediately, even
13506 appropriately set before C<new_plugin> is called. If C<new_plugin>
13537 Perl_keyword_plugin_t new_plugin, Perl_keyword_plugin_t *old_plugin_p)
13546 PL_keyword_plugin = new_plugin;
13560 way to manipulate the L</PL_infix_plugin> variable. C<new_plugin> is a
13563 function in the chain will be stored. The value of C<new_plugin> is written
13574 Perl_infix_plugin_t new_plugin, Perl_infix_plugin_t *old_plugin_p)
13585 PL_infix_plugin = new_plugin;