Searched refs:PR_FORCE_NO (Results 1 – 2 of 2) sorted by relevance
46 #define PR_FORCE_NO 0x100000 /* Force the answer to be no */ macro
2225 reconfigure_bool(ctx, ptr, key, PR_FORCE_NO, "force_no"); in fix_problem()2263 ((ctx->options & E2F_OPT_NO) || (ptr->flags & PR_FORCE_NO))) in fix_problem()2306 if (ptr->flags & PR_FORCE_NO) { in fix_problem()