Lines Matching defs:args
64 plugin_arg_t *args;
65 /* Number of args in the list, for convenience. */
81 /* The last plugin added to the list, for receiving args. */
206 /* Record it as current plugin for receiving args. */
208 last_plugin_args_tail_chain_ptr = &newplug->args;
654 va_list args;
655 va_start (args, format);
660 vfinfo (stdout, format, args, FALSE);
664 vfinfo (stdout, format, args, TRUE);
674 vfinfo (stderr, newfmt, args, TRUE);
680 va_end (args);
761 /* Append the per-plugin args list and trailing LDPT_NULL to tv. */
765 plugin_arg_t *arg = plugin->args;
797 /* First pass over plugins to find max # args needed so that we