Home | History | Annotate | Download | only in config

Lines Matching defs:ll

309 	struct loclist *ll;
327 for (i = 0, ll = a->a_locs; ll; ll = ll->ll_next, i++) {
328 if (strchr(ll->ll_name, ' ') != NULL ||
329 strchr(ll->ll_name, '\t') != NULL)
335 namedup = estrdup(ll->ll_name);
342 if (ll->ll_string != NULL)
344 locdup, namedup, ll->ll_string);