HomeSort by: relevance | last modified time | path
    Searched defs:use_all (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/mdocml/dist/
mandocdb.c 181 static int use_all; /* use all found files */ variable
364 use_all = 1;
452 use_all = 1;
568 * If use_all has been specified, grok all files.
644 if ( ! use_all && ff->fts_level < 2) {
660 if ( ! use_all) {
678 } else if ( ! use_all &&
723 * If we're not in use_all, enforce it.
743 if (dsec != NULL || use_all)
761 if (ff->fts_info == FTS_DP || use_all)
    [all...]

Completed in 45 milliseconds