Home
last modified time | relevance | path

Searched refs:OB_MALLOC (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/
Dbasicdefs.h95 #define OB_MALLOC(o,n,t) ((t *)(void *)obstack_alloc(o,(n)*sizeof(t))) macro
DChangeLog438 * sed/basicdefs.h (OB_MALLOC): Turn VCAST into void * cast.
/ndk/sources/host-tools/sed-4.2.1/sed/
Dcompile.c412 p = OB_MALLOC(&obs, 1, struct output);
722 struct sed_label *ret = OB_MALLOC(&obs, 1, struct sed_label);
759 struct replacement *r = OB_MALLOC(&obs, 1, struct replacement);
1277 cur_cmd->x.cmd_subst = OB_MALLOC(&obs, 1, struct subst);
1371 OB_MALLOC(&obs, YMAP_LENGTH, unsigned char);