Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/
H A DLong.pm222 use constant CTL_TYPE => 0; constant
468 if ( $opctl{$name}[CTL_TYPE] eq 'I'
555 if ( $ctl->[CTL_TYPE] eq '+' ) {
669 if ( $ctl->[CTL_TYPE] eq '+' ) {
716 if ( $ctl->[CTL_TYPE] =~ /^[iIo]$/ ) {
925 $opctl->{$_}->[CTL_TYPE] = '';
1104 my $type = $ctl->[CTL_TYPE];
1146 $c[CTL_TYPE] = '+';
1174 $c[CTL_TYPE] = '+';
1267 $c[CTL_TYPE] = '+';
[all …]