Searched refs:terse (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/fdread/
H A Dfdutil.h30 void printstatus(struct fdc_status *fdcsp, int terse);
H A Dfdutil.c43 * translation to stderr. If `terse' is false, the numerical FDC
47 printstatus(struct fdc_status *fdcsp, int terse) argument
51 if (!terse)
/freebsd-current/usr.bin/units/
H A Dunits.c73 static bool terse = false; variable
661 else if (!terse)
664 if (!terse) {
700 else if (terse) {
715 else if (!terse) {
739 {"terse", no_argument, NULL, 't'},
784 terse = true;
/freebsd-current/tools/build/
H A Dcheckstyle9.pl29 my $terse = 0;
56 --terse one line per report
96 'terse!' => \$terse,
186 if ($terse) {
1191 $output = (split('\n', $output))[0] . "\n" if ($terse);

Completed in 2225 milliseconds