Lines Matching defs:old_plugin_p
13485 keyword plugin chain, and C<old_plugin_p> points to the storage location
13488 while the value previously stored there is written to C<*old_plugin_p>.
13493 function is idempotent. The location C<*old_plugin_p> must initially
13498 modify the plugin chain if it finds C<*old_plugin_p> to be null. This
13503 must be ready to be called, except for C<*old_plugin_p> being unfilled.
13505 before this function has returned. C<*old_plugin_p> will always be
13509 chain the plugin function referenced by C<*old_plugin_p>.
13537 Perl_keyword_plugin_t new_plugin, Perl_keyword_plugin_t *old_plugin_p)
13542 if (*old_plugin_p) return;
13544 if (!*old_plugin_p) {
13545 *old_plugin_p = PL_keyword_plugin;
13562 C<old_plugin_p> points to a storage location where a pointer to the next
13565 is written to C<*old_plugin_p>.
13574 Perl_infix_plugin_t new_plugin, Perl_infix_plugin_t *old_plugin_p)
13579 if (*old_plugin_p) return;
13583 if (!*old_plugin_p) {
13584 *old_plugin_p = PL_infix_plugin;