Lines Matching full:labels
87 /* Label structure used to resolve GOTO's, labels, and block beginnings. */
114 /* Information about labels and jumps-to-labels. This is used to do
117 static struct sed_label *labels = NULL;
1205 labels = setup_label(labels, vector->v_length, read_label(), NULL);
1664 for (lbl = labels; lbl; lbl = lbl->next)
1680 for (lbl = labels; lbl; lbl = release_label(lbl))
1682 labels = NULL;