Home
last modified time | relevance | path

Searched refs:sed_label (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dcompile.c87 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);
[all …]
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog1677 * sed/compile.c: Added struct sed_label (moved from sed.h, then
1723 handling blocks and struct sed_label.