Home | History | Annotate | Download | only in sed

Lines Matching defs:lbl

1641   struct sed_label *lbl;
1664 for (lbl = labels; lbl; lbl = lbl->next)
1665 if (strcmp(lbl->name, go->name) == 0)
1667 if (lbl)
1669 program->v[go->v_index].x.jump_index = lbl->v_index;
1680 for (lbl = labels; lbl; lbl = release_label(lbl))