Home
last modified time | relevance | path

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

/external/lldb/scripts/
Dsed-sources90 our $opt_t = 4; # Number of spaces per tab?
116 $tabstop = $opt_t;
/external/mksh/src/
Dcheck.pl254 if (defined $opt_t) {
255 die "$prog: bad -t argument (should be number > 0): $opt_t\n"
256 if $opt_t !~ /^\d+$/ || $opt_t <= 0;
257 $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()