Searched refs:opt_t (Results 1 – 6 of 6) sorted by relevance
37 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) {
90 our $opt_t = 4; # Number of spaces per tab?116 $tabstop = $opt_t;
255 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;
63 extern int opt_t; /* print absolute timestamp */
65 int opt_t = 0; /* print absolute timestamp */ variable667 opt_t++; in process_options()721 if (opt_r && opt_t) { in process_options()
100 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()