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

/freebsd-11-stable/contrib/mdocml/
H A Dmansearch.h106 int firstmatch; /* first matching database only */ member in struct:mansearch
H A Dmain.c368 search.firstmatch = 1;
717 cfg->firstmatch)
722 cfg->firstmatch)
844 search.firstmatch = 1;
H A Dmansearch.c211 if (cur && search->firstmatch)
H A Dcgi.c960 search.firstmatch = 1;
/freebsd-11-stable/bin/sh/
H A Dexpand.c1038 int firstmatch; local
1041 firstmatch = dstlist->count;
1052 if (dstlist->count == firstmatch) {
1059 qsort(&dstlist->args[firstmatch],
1060 dstlist->count - firstmatch,

Completed in 179 milliseconds