Home | History | Annotate | Download | only in Bin

Lines Matching refs:opt_liball

68 opt_relative=0; opt_printid=0; opt_liball=0
75 a) opt_liball=1; opt_counts=1; opt_relative=1; opt_elapsed=1
80 U) opt_liball=1 ;;
123 if [ $opt_liball -eq 1 ]; then
146 inline int OPT_liball = '$opt_liball';
184 OPT_counts && OPT_liball ? @Counts[probemod,probefunc] = count() : 1;
185 OPT_counts && ! OPT_liball ? @Counts[probefunc] = count() : 1;
196 OPT_liball ? printf("%s:",probemod) : 1;
226 OPT_liball ? printf("%s:",probemod) : 1;
247 OPT_counts && OPT_liball ? printa("%-16s %-32s %@16d\n",@Counts) : 1;
248 OPT_counts && ! OPT_liball ? printa("%-49s %@16d\n",@Counts) : 1;