Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/utils/
H A Dh2ph.PL56 use vars qw($opt_D $opt_d $opt_r $opt_l $opt_h $opt_a $opt_Q $opt_e);
181 ($opt_e && exists($bad_file{$incl}))) {
374 if ($opt_e && exists($bad_file{$file})) {
383 if ($opt_e && (scalar(keys %bad_file) > 0)) {
628 if ($opt_e) {
H A Dh2xs.PL585 $opt_e,
897 if (defined $opt_e and !$opt_e) {
914 # skip enums matching $opt_e
915 next if $opt_e && $enum_name =~ /$opt_e/;
925 } # if (!defined $opt_e or $opt_e)
/openbsd/sbin/newfs_msdos/
H A Dnewfs_msdos.c231 static u_int opt_F, opt_I, opt_S, opt_a, opt_b, opt_c, opt_e; in main() local
299 opt_e = argto2(optarg, 1, "directory entries"); in main()
383 else if (!opt_e && (opt_i || opt_k)) in main()
386 if ((fat == 32 && opt_e) || (fat != 32 && (opt_i || opt_k))) in main()
416 if (opt_e) in main()
417 bpb.rde = opt_e; in main()
/openbsd/regress/bin/ksh/
H A Dth241 if (defined $opt_e) {
243 if ($opt_e =~ /^([a-zA-Z_]\w*)(|=(.*))$/) {
246 die "$0: bad -e argument: $opt_e\n";