Searched refs:lmp_find (Results 1 – 1 of 1) sorted by relevance
52 static struct lm_list *lmp_find(const char *);367 if ((lml = lmp_find(p)) == NULL) in lm_add()388 if (p != NULL && (lml = lmp_find(p)) != NULL) { in lm_find()399 lml = lmp_find("$DEFAULT$"); in lm_find()445 lmp_find(const char *n) in lmp_find() function