Lines Matching refs:ls
396 struct label_spec *ls; in apply_specs() local
409 STAILQ_FOREACH(ls, &specs->head, link) { in apply_specs()
410 for (ls->match = NULL, ent = ls->entries; in apply_specs()
411 ent < &ls->entries[ls->nentries]; ent++) { in apply_specs()
436 ls->match = ent; in apply_specs()
454 STAILQ_FOREACH(ls, &specs->head, link) { in apply_specs()
456 if (ls->match && (ls->match->flags & F_DONTLABEL) == 0) in apply_specs()
458 size += strlen(ls->match->mactext) + 1; in apply_specs()
466 STAILQ_FOREACH(ls, &specs->head, link) { in apply_specs()
468 if (ls->match && (ls->match->flags & F_DONTLABEL) == 0) { in apply_specs()
471 strcat(macstr, ls->match->mactext); in apply_specs()