Lines Matching defs:submatch
178 cfsubmatch_t submatch;/* submatch function (direct config) */
1047 * an external caller, usually a direct config "submatch" routine.
1108 * submatch and search are mutually-exclusive.
1110 if (cfargs->submatch != NULL && cfargs->search != NULL) {
1111 panic("cfargs_canonicalize: submatch and search are "
1114 if (cfargs->submatch != NULL) {
1115 args->submatch = cfargs->submatch;
1162 m.fn = args->submatch; /* N.B. union */
1257 * configuration data for that device (using the submatch function