Home
last modified time | relevance | path

Searched refs:extproc (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/usr.bin/mail/
Dtty.c78 int extproc; in grabh() local
116 extproc = ((oldtio.c_lflag & EXTPROC) ? 1 : 0); in grabh()
117 if (extproc) { in grabh()
153 if (extproc) { in grabh()
/openbsd/src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/
Drx_tiesql.test11 #extproc perl5 -Rx
/openbsd/src/gnu/usr.bin/perl/
DREADME.os295 - extproc on the first line
290 extproc perl -S -my_opts
297 script is not available when you use C<extproc>, thus you are forced to
304 (note that the argument C<-my_opts> is taken care of by the C<extproc> line
305 in your script, see C<L</extproc>> on the first line).
308 switch - see L<perlrun>, and cmdref about C<extproc>:
312 view cmdref extproc
313 help extproc
359 with the "magic" C<#!> line or C<extproc> line which specifies shell;
382 C<extproc> or C<#!> directly, without an intervention of shell. Perl uses the
[all …]
/openbsd/src/gnu/usr.bin/perl/os2/
DChanges85 ALTERNATE_SHEBANG="extproc " supported, thus options on this
120 `extproc ' or `#!' cookies, it will start the scripts directly.
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
Dperlfaq.pod629 extproc perl -S -your_switches
632 `extproc' handling). For DOS one should first invent a corresponding
Dperlfaqo.txt191 extproc perl -S -your_switches
192 as the first line in *.cmd file (-S due to a bug in cmd.exe's `extproc' handling). For DOS one shou…
/openbsd/src/gnu/usr.bin/perl/cpan/perlfaq/lib/
Dperlfaq3.pod961 extproc perl -S -your_switches
964 "extproc" handling). For DOS one should first invent a corresponding
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlrun.pod125 extproc perl -S -your_switches
128 `extproc' handling).