sS dm_moduleWithFieldIC(S field, S value) { for (S mod : dm_listModuleIDs()) if (eqic_gen(dm_getOpt(mod, field), value)) ret mod; null; }