Lines Matching refs:ls
394 struct label_spec *ls; in apply_specs() local
407 STAILQ_FOREACH(ls, &specs->head, link) { in apply_specs()
408 for (ls->match = NULL, ent = ls->entries; in apply_specs()
409 ent < &ls->entries[ls->nentries]; ent++) { in apply_specs()
434 ls->match = ent; in apply_specs()
452 STAILQ_FOREACH(ls, &specs->head, link) { in apply_specs()
454 if (ls->match && (ls->match->flags & F_DONTLABEL) == 0) in apply_specs()
456 size += strlen(ls->match->mactext) + 1; in apply_specs()
464 STAILQ_FOREACH(ls, &specs->head, link) { in apply_specs()
466 if (ls->match && (ls->match->flags & F_DONTLABEL) == 0) { in apply_specs()
469 strcat(macstr, ls->match->mactext); in apply_specs()