Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/xolint/
H A Dxolint.pl26 $opt_print = 1 if /^-p/;
681 print STDERR $replay . "\n" if $opt_print;
688 print STDERR $replay . "\n" if $opt_print;
695 print STDERR $replay . "\n" if $opt_print;
/freebsd/crypto/openssl/apps/lib/
H A Dopt.c1062 static void opt_print(const OPTIONS *o, int doingparams, int width) in opt_print() function
1149 opt_print(o, sawparams, width); in opt_help()