Home | History | Annotate | Download | only in sed

Lines Matching defs:obs

132 static struct obstack obs;
417 p = OB_MALLOC(&obs, 1, struct output);
729 struct sed_label *ret = OB_MALLOC(&obs, 1, struct sed_label);
766 struct replacement *r = OB_MALLOC(&obs, 1, struct replacement);
1057 obstack_init (&obs);
1285 cur_cmd->x.cmd_subst = OB_MALLOC(&obs, 1, struct subst);
1379 OB_MALLOC(&obs, YMAP_LENGTH, unsigned char);
1749 obstack_free (&obs, NULL);