| 232 | } |
| 233 | |
| 234 | bool is_restricted_ignored(const void *fn) |
| 235 | { |
| 236 | return fn == opt_restricted_toplevel_noarg |
| 237 | || fn == opt_restricted_toplevel |
| 238 | || fn == opt_restricted_forceconf_only; |
| 239 | } |
| 240 | |
| 241 | bool is_restricted_print_if_nonnull(const void *fn) |
| 242 | { |