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