lmp_find
if ((lml = lmp_find(p)) == NULL)
if (p != NULL && (lml = lmp_find(p)) != NULL) {
lml = lmp_find("$DEFAULT$");
static struct lm_list *lmp_find(const char *);