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

/freebsd-13-stable/contrib/mandoc/
H A Dmandocdb.c175 static int use_all; /* use all found files */ variable
357 use_all = 1;
445 use_all = 1;
561 * If use_all has been specified, grok all files.
635 if ( ! use_all && ff->fts_level < 2) {
651 if ( ! use_all) {
669 } else if ( ! use_all &&
714 * If we're not in use_all, enforce it.
734 if (dsec != NULL || use_all)
752 if (ff->fts_info == FTS_DP || use_all)
[all...]

Completed in 88 milliseconds