Home | History | Annotate | Download | only in config

Lines Matching defs:ll

183 	struct loclist *ll;
197 for (ll = a->a_locs; ll; ll = ll->ll_next)
199 ll->ll_name,
200 (ll->ll_string ? ll->ll_string : "NULL"),
201 (ll->ll_string ? ll->ll_string : "0"));
380 struct loclist *ll;
411 for (ll = a->a_locs, v = 0; ll != NULL;
412 ll = ll->ll_next, v++) {
413 if (ARRNAME(ll->ll_name, lastname)) {
415 ll->ll_name, i->i_locs[v]);
418 ll->ll_name,
420 lastname = ll->ll_name;