Searched refs:PRL_YES (Results 1 – 2 of 2) sorted by relevance
2469 ldesc->flags |= PRL_YES; in fix_problem()2490 (ldesc->flags & (PRL_YES | PRL_NO))) in fix_problem()2536 (ldesc->flags & (PRL_YES | PRL_NO))) { in fix_problem()2538 if (ldesc->flags & PRL_YES) in fix_problem()
50 #define PRL_YES 0x0001 /* Answer yes */ macro