Searched refs:DoRexx (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/ext/Amiga-ARexx/__examples/
H A Dsimplecommand.pl6 use Amiga::ARexx qw(DoRexx);
8 my ($result,$rc,$rc2) = DoRexx("WORKBENCH","HELP");
12 ($result,$rc,$rc2) = DoRexx("WORKBENCH","NOHELP");
/openbsd-current/gnu/usr.bin/perl/ext/Amiga-Exec/__examples/
H A Dsimplecommand.pl6 use Amiga::ARexx qw(DoRexx);
8 my ($result,$rc,$rc2) = DoRexx("WORKBENCH","HELP");
12 ($result,$rc,$rc2) = DoRexx("WORKBENCH","NOHELP");
/openbsd-current/gnu/usr.bin/perl/ext/Amiga-ARexx/
H A DARexx.pm18 DoRexx
107 sub DoRexx($$) subroutine
249 my ($rc,$rc2,$result) = Amiga::ARexx->DoRexx($port,$command);
297 =head2 DoRexx
299 ($rc,$rc2,$result) = DoRexx("desthost","commandstring");
H A DARexx.xs191 STRPTR DoRexx(STRPTR port, STRPTR command, int32 *rc, int32 *rc2)
533 RETVAL = DoRexx(port,command,&rc,&rc2);

Completed in 189 milliseconds