Home
last modified time | relevance | path

Searched refs:passthrough (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/lib/
Dnewgetopt.pl26 $passthrough = 0;
34 $passthrough = 0;
65 $Getopt::Long::passthrough = $newgetopt::passthrough
66 if defined $newgetopt::passthrough;
/mirbsd/src/gnu/usr.bin/perl/lib/Getopt/
DLong.pm64 $passthrough);
107 $passthrough = 0; # leave unrecognized options alone
283 "passthrough=$passthrough,",
467 push (@ret, $argend) if $passthrough;
939 return (0) if $passthrough;
965 return (0) if $passthrough;
988 return (0) if $passthrough;
1020 return (0) if $passthrough;
1098 if ( $passthrough ) {
1139 if ( $passthrough ) {
[all …]
/mirbsd/src/usr.sbin/isdn/daicctl/
Dmain.c123 passthrough(isdndev, controller); in main()
160 void passthrough(int fd, int controller) in passthrough() function
Ddaicctl.h46 extern void passthrough __P((int fd, int controller));
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dremote-utils.c500 gr_multi_scan (char *list[], int passthrough) in gr_multi_scan() argument
566 if (passthrough) in gr_multi_scan()
Dremote-utils.h113 int gr_multi_scan (char *list[], int passthrough);