Home
last modified time | relevance | path

Searched refs:couples (Results 1 – 1 of 1) sorted by relevance

/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_options.c621 } couples[] = { in dt_opt_runtime() local
637 for (i = 0; couples[i].positive != NULL; i++) { in dt_opt_runtime()
638 if (strcasecmp(couples[i].positive, arg) == 0) { in dt_opt_runtime()
643 if (strcasecmp(couples[i].negative, arg) == 0) { in dt_opt_runtime()