Home
last modified time | relevance | path

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

/external/curl/lib/
Dmk-ca-bundle.pl37 use vars qw($opt_b $opt_d $opt_f $opt_h $opt_i $opt_l $opt_n $opt_p $opt_q $opt_s $opt_t $opt_u $op…
341 my $format = $opt_t ? "plain text and " : "";
441 if ($opt_t) {
449 if (!$opt_t) {
/external/lldb/scripts/
Dsed-sources90 our $opt_t = 4; # Number of spaces per tab?
116 $tabstop = $opt_t;
/external/mksh/src/
Dcheck.pl255 if (defined $opt_t) {
256 die "$prog: bad -t argument (should be number > 0): $opt_t\n"
257 if $opt_t !~ /^\d+$/ || $opt_t <= 0;
258 $default_time_limit = $opt_t;
/external/ltrace/
Doptions.h63 extern int opt_t; /* print absolute timestamp */
Doptions.c65 int opt_t = 0; /* print absolute timestamp */ variable
667 opt_t++; in process_options()
721 if (opt_r && opt_t) { in process_options()
Doutput.c100 if (opt_t) { in begin_of_line()
103 if (opt_t > 2) { in begin_of_line()
107 } else if (opt_t > 1) { in begin_of_line()