Searched refs:sed_label (Results 1 – 2 of 2) sorted by relevance
87 struct sed_label { struct91 struct sed_label *next; /* linked list (stack) */ argument114 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_label714 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);[all …]
1677 * sed/compile.c: Added struct sed_label (moved from sed.h, then1723 handling blocks and struct sed_label.