Lines Matching defs:submatch
177 cfsubmatch_t submatch;/* submatch function (direct config) */
1046 * an external caller, usually a direct config "submatch" routine.
1107 * submatch and search are mutually-exclusive.
1109 if (cfargs->submatch != NULL && cfargs->search != NULL) {
1110 panic("cfargs_canonicalize: submatch and search are "
1113 if (cfargs->submatch != NULL) {
1114 args->submatch = cfargs->submatch;
1161 m.fn = args->submatch; /* N.B. union */
1256 * configuration data for that device (using the submatch function