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