Searched refs:perltype (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/os2/ |
H A D | os2.c | 4111 char *s, buf[10], *s1, *perltype = NULL; in XS() local 4205 perltype = "+<&"; in XS() 4207 perltype = ">&"; in XS() 4209 perltype = "<&"; in XS() 4274 if ( do_open6(gv, perltype, strlen(perltype), perlio, NULL, 0) ) in XS()
|
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/ |
H A D | MM_Unix.pm | 216 my($prog, $uc, $perltype, %cflags); 253 $perltype = $map{$uc} ? $map{$uc} : "";
|