/openbsd-src/gnu/usr.bin/perl/ext/Amiga-ARexx/ |
H A D | ARexx.pm | 1 package Amiga::ARexx; 14 # This allows declaration use Amiga::Classes::ARexx ':all'; 29 XSLoader::load('Amiga::ARexx', $VERSION); 49 $self->{'__host'} = Amiga::ARexx::Host_init($self->{'__hostname'}); 70 Amiga::ARexx::Host_wait($self->{'__host'},$timeout); 77 return Amiga::ARexx::Host_signal($self->{'__host'}); 88 $msg = Amiga::ARexx::Host_getmsg($self->{'__host'}); 91 $msgobj = Amiga::ARexx::Msg->new('Message' => $msg); 102 Amiga::ARexx::Host_delete($self->{'__host'}); 112 my $result = Amiga::ARexx::_DoRexx($port,$command,$rc,$rc2); [all …]
|
H A D | Makefile.PL | 6 NAME => 'Amiga::ARexx',
|
/openbsd-src/gnu/usr.bin/perl/ext/Amiga-Exec/ |
H A D | Exec.pm | 1 package Amiga::Exec; 14 # This allows declaration use Amiga::Exec ':all'; 29 XSLoader::load('Amiga::Exec', $VERSION); 47 my $result = Amiga::Exec::_Wait($signalmask,$timeout); 63 Amiga::Exec - Perl extension for low level amiga support 67 This a perl class / module to enables you to use various low level Amiga features such as waiting … 73 use Amiga::Exec; 74 my $result = Amiga::ARexx->Wait('SignalMask' => $signalmask, 82 =head1 Amiga::ARexx METHODS 86 $signals = Amiga::Exec->Wait('SignalMask' => $signalmask,
|
H A D | Exec.xs | 104 MODULE = Amiga::Exec PACKAGE = Amiga::Exec
|
H A D | Makefile.PL | 6 NAME => 'Amiga::Exec',
|
/openbsd-src/usr.bin/file/magdir/ |
H A D | amigaos | 13 0 beshort 0xe310 Amiga Workbench 25 # various sound formats from the Amiga 47 0 string EMOD\0 Amiga E module 51 # Amiga disk types 55 0 string DOS\0 Amiga DOS disk 56 0 string DOS\1 Amiga FFS disk 57 0 string DOS\2 Amiga Inter DOS disk 58 0 string DOS\3 Amiga Inter FFS disk 59 0 string DOS\4 Amiga Fastdir DOS disk 60 0 string DOS\5 Amiga Fastdir FFS disk [all …]
|
H A D | compress | 40 >9 byte =0x01 \b, from Amiga 142 >>14 byte =0x01 os: Amiga 161 >>17 byte =0x01 os: Amiga 176 0 string XPKF Amiga xpkf.library compressed data
|
H A D | iff | 8 # especially Commodore-Amiga.
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | README.amiga | 26 or you may read I<as is>: either as F<README.amiga>, or F<pod/perlamiga.pod>. 135 =head1 Amiga Specific Modules 137 =head2 Amiga::ARexx 139 The Amiga::ARexx module allows you to easily create a perl based ARexx 142 Try C<perldoc Amiga::ARexx> for more info. 144 =head2 Amiga::Exec 146 The Amiga::Exec module introduces support for Wait(). 148 Try C<perldoc Amiga::Exec> for more info. 195 and Amiga protection bits now set correctly. 199 =item File::Spec should now recognise an Amiga style absolute path as well [all …]
|
/openbsd-src/gnu/usr.bin/perl/ext/Amiga-ARexx/__examples/ |
H A D | simplehost.pl | 6 use Amiga::ARexx; 9 my $host = Amiga::ARexx->new('HostName' => "TESTSCRIPT");
|
H A D | simplecommand.pl | 6 use Amiga::ARexx qw(DoRexx);
|
/openbsd-src/gnu/usr.bin/perl/ext/Amiga-Exec/__examples/ |
H A D | simplehost.pl | 6 use Amiga::ARexx; 9 my $host = Amiga::ARexx->new('HostName' => "TESTSCRIPT");
|
H A D | simplecommand.pl | 6 use Amiga::ARexx qw(DoRexx);
|
/openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
H A D | more.mapping | 9 .8med Raw 'SCPL' 'STrk' "SoundApp - Amiga OctaMed music" 10 .8svx Raw 'SCPL' '8SVX' "SoundApp - Amiga 8-bit sound" 93 .iff Raw 'GKON' 'ILBM' "GraphicConverter - Amiga IFF Image" 94 .ilbm Raw 'GKON' 'ILBM' "GraphicConverter - Amiga ILBM Image" 105 .lbm Raw 'GKON' 'ILBM' "GraphicConverter - Amiga IFF Image" 118 .med Raw 'SCPL' 'STrk' "SoundApp - Amiga MED Sound" 228 .svx Raw 'SCPL' '8SVX' "SoundApp - Amiga IFF Sound"
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/ |
H A D | amix.h | 2 Commodore Amiga A3000UX version. 37 Amiga, these definitions match those of the native AT&T compiler. Note 52 macro. (the Amiga assembler has this bug) */
|
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/ |
H A D | restrictive-1_4.yml | 44 Module::Build::Platform::Amiga: 45 file: lib/Module/Build/Platform/Amiga.pm
|
H A D | META-1_4.yml | 44 Module::Build::Platform::Amiga: 45 file: lib/Module/Build/Platform/Amiga.pm
|
H A D | unicode.yml | 44 Module::Build::Platform::Amiga: 45 file: lib/Module/Build/Platform/Amiga.pm
|
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/ |
H A D | META-1_4.yml | 44 Module::Build::Platform::Amiga: 45 file: lib/Module/Build/Platform/Amiga.pm
|
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/ |
H A D | meta-spec-version-trailing-zeros.yml | 44 Module::Build::Platform::Amiga: 45 file: lib/Module/Build/Platform/Amiga.pm
|
H A D | invalid-meta-spec-version.yml | 44 Module::Build::Platform::Amiga: 45 file: lib/Module/Build/Platform/Amiga.pm
|
H A D | META-1_4.yml | 43 Module::Build::Platform::Amiga: 44 file: lib/Module/Build/Platform/Amiga.pm
|
/openbsd-src/gnu/usr.bin/perl/win32/ |
H A D | FindExt.pm | 8 my $no = join('|',qw(Amiga.* GDBM_File ODBM_File NDBM_File DB_File 25 push @no, "Amiga.*" unless $^O eq "amigaos";
|
/openbsd-src/usr.bin/mandoc/ |
H A D | arch.c | 30 "acorn26", "acorn32", "algor", "alpha", "amiga", in arch_valid()
|
/openbsd-src/share/man/man4/ |
H A D | osiop.4 | 111 amiga port, and
|