Searched refs:LEVEL_MASK (Results 1 – 2 of 2) sorted by relevance
522 #define LEVEL_MASK 0xf /* where the level is in 'options' */ macro688 if (level > (error_level)(dp->options & LEVEL_MASK)) in display_log()1589 d.options = (d.options & ~LEVEL_MASK) | VERBOSE; in main()1592 d.options = (d.options & ~LEVEL_MASK) | WARNINGS; in main()1595 d.options = (d.options & ~LEVEL_MASK) | ERRORS; in main()1598 d.options = (d.options & ~LEVEL_MASK) | QUIET; in main()
133 #define LEVEL_MASK 0xf /* where the level is in 'options' */ macro596 if (level > (error_level)(dp->options & LEVEL_MASK)) in display_log()1470 if (options[j].opt < LEVEL_MASK) in opt_check()1474 dp->options = (dp->options & ~LEVEL_MASK) | options[j].opt; in opt_check()