Lines Matching defs:options

190 	/* y */ "\nSysctrl specific commands/options:",
871 const char *options,
898 if (options) {
900 if (strcmp(options, cfga_str(OPT_DISABLE)) == 0)
902 else if (strcmp(options, cfga_str(OPT_ENABLE))) {
903 cfga_err(NULL, errstring, ERR_OPT_INVAL, options, 0);
942 else if (disabled && !(force || (options && !disable)))
951 else if (options && (opterr = dlist_update(idx, disable,
971 else if (options && (opterr = dlist_update(idx, disable,
983 if (disabled && !(force || (options && !disable))) {
1002 else if (options && (opterr = dlist_update(idx,
1017 else if (options && (opterr = dlist_update(idx, disable,
1060 const char *options,
1089 if (options) {
1091 if (strcmp(options, cfga_str(OPT_DISABLE)) == 0)
1093 else if (strcmp(options, cfga_str(OPT_ENABLE))) {
1094 cfga_err(NULL, errstring, ERR_OPT_INVAL, options, 0);
1132 if (options) {
1151 const char *options,
1351 const char *options,
1391 const char *options,
1408 if (options && options[0]) {
1410 if (strcmp(options, cfga_str(OPT_DISABLE)) == 0)
1412 else if (strcmp(options, cfga_str(OPT_ENABLE))) {
1413 cfga_err(NULL, errstring, ERR_OPT_INVAL, options, 0);
1428 if (options && options[0] && ((opterr != 0) ||
1441 cfga_help(struct cfga_msg *msgp, const char *options, cfga_flags_t flags)
1445 if (options) {
1446 if (strcmp(options, cfga_str(OPT_DISABLE)) == 0)
1448 else if (strcmp(options, cfga_str(OPT_ENABLE)) == 0)
1450 else if (strcmp(options, cfga_str(CMD_INSERT)) == 0)
1452 else if (strcmp(options, cfga_str(CMD_REMOVE)) == 0)
1454 else if (strcmp(options, cfga_str(CMD_QUIESCE)) == 0)
1462 cfga_msg(msgp, help, options, 0);