Lines Matching refs:sed_label
87 struct sed_label { struct
91 struct sed_label *next; /* linked list (stack) */ argument
114 static struct sed_label *jumps = NULL;
115 static struct sed_label *labels = NULL;
127 static struct sed_label *blocks = NULL;
713 static struct sed_label *setup_label
714 P_((struct sed_label *, countT, char *, const struct error_info *));
715 static struct sed_label *
717 struct sed_label *list; in setup_label()
722 struct sed_label *ret = OB_MALLOC(&obs, 1, struct sed_label);
731 static struct sed_label *release_label P_((struct sed_label *list_head));
732 static struct sed_label *
734 struct sed_label *list_head; in release_label()
736 struct sed_label *ret;
1631 struct sed_label *go;
1632 struct sed_label *lbl;