Home
last modified time | relevance | path

Searched refs:command_extra (Results 1 – 3 of 3) sorted by relevance

/dports/print/texinfo/texinfo-6.8/tp/Texinfo/XS/
H A Dmisc.c58 HV *command_extra = 0; in xs_abort_empty_line() local
123 command_extra = (HV *) SvRV (*svp); in xs_abort_empty_line()
209 if (!command_extra) in xs_abort_empty_line()
211 command_extra = newHV (); in xs_abort_empty_line()
213 newRV_inc((SV *)command_extra), 0); in xs_abort_empty_line()
215 hv_store (command_extra, in xs_abort_empty_line()
H A Dmisc.c.bak58 HV *command_extra = 0;
123 command_extra = (HV *) SvRV (*svp);
209 if (!command_extra)
211 command_extra = newHV ();
213 newRV_inc((SV *)command_extra), 0);
215 hv_store (command_extra,
/dports/security/nmap/nmap-7.91/scripts/
H A Dirc-unrealircd-backdoor.nse103 local command_extra = ""
105 command_extra = stdnse.get_script_args('irc-unrealircd-backdoor.command')
107 command_extra = string.gsub(command_extra, '%%IP%%', host.ip)
120 …d = string.format("%s;%s;%s;%s;%s", trigger, unique, command_linux, command_windows, command_extra)