msearch
int msearch(char ***, struct info *);
if (msearch(&argv, &i))
if (msearch(&argv, &i))
int msearch(char ***, struct info *);
if (msearch(&argv, &i))
struct module *m = NULL, msearch;
if (strlcpy(msearch.name, mname, sizeof(msearch.name)) >=
sizeof(msearch.name))
if ((m = RB_FIND(modulescs, &modulescs, &msearch)) == NULL) {
m = RB_FIND(modulesci, &modulesci, &msearch);
struct module msearch;
strlcpy(msearch.name, import->name, sizeof(msearch.name));
import->module = RB_FIND(modulescs, &modulescs, &msearch);