clear_forwardings
intptr = &options->clear_forwardings;
options->clear_forwardings = -1;
if (options->clear_forwardings == -1)
options->clear_forwardings =
if (options->clear_forwardings == 1)
clear_forwardings(options);
dump_cfg_fmtint(oClearAllForwardings, o->clear_forwardings);
int clear_forwardings;