Searched refs:RIPD_OPT_NOACTION (Results 1 – 3 of 3) sorted by relevance
134 opts |= RIPD_OPT_NOACTION; in main()174 if (conf->opts & RIPD_OPT_NOACTION) { in main()
230 #define RIPD_OPT_NOACTION 0x00000004 macro
786 if ((file = pushfile(filename, !(conf->opts & RIPD_OPT_NOACTION))) == NULL) { in parse_config()