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