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

/freebsd-9.3-release/contrib/amd/amd/
H A Dopts.c77 char **sel_p; /* Pointer to selector value string */ member in struct:opt
513 if (op->sel_p) {
650 if (op->sel_p != NULL) {
653 selok = STRCEQ(*op->sel_p, opt);
655 selok = STREQ(*op->sel_p, opt);
663 *op->sel_p,
1027 * If sel_p is true then old expand selectors, otherwise
1031 expand_op(char *opt, int sel_p) argument
1172 if (!(!op->sel_p == !sel_p)) {
1328 expand_opts(opt_apply *p, int sel_p) argument
[all...]

Completed in 106 milliseconds