Home | History | Annotate | Download | only in sed

Lines Matching full:sed_label

88 struct sed_label {
92 struct sed_label *next; /* linked list (stack) */
116 static struct sed_label *jumps = NULL;
117 static struct sed_label *labels = NULL;
129 static struct sed_label *blocks = NULL;
720 static struct sed_label *setup_label
721 P_((struct sed_label *, countT, char *, const struct error_info *));
722 static struct sed_label *
724 struct sed_label *list;
729 struct sed_label *ret = OB_MALLOC(&obs, 1, struct sed_label);
738 static struct sed_label *release_label P_((struct sed_label *list_head));
739 static struct sed_label *
741 struct sed_label *list_head;
743 struct sed_label *ret;
1640 struct sed_label *go;
1641 struct sed_label *lbl;