xalloc
ip = xalloc(IP_SIZE + addlen);
temp = xalloc(strlen(argv[2])+1, NULL);
extern void *xalloc(size_t, const char *, ...) __printflike(2, 3);
errbuf = xalloc(errlen,
n->d = xalloc(sizeof(struct macro_definition), NULL);
d = xalloc(sizeof(struct macro_definition), NULL);
name2 = xalloc(strlen(name)+3+1, NULL);
n->d = xalloc(sizeof(struct macro_definition), NULL);
return xalloc(s, "element alloc");
sstack = xalloc(STACKMAX, NULL);
strspace = xalloc(strsize+1, NULL);
buf = xalloc(bufsize, NULL);
xalloc(size_t sz)
fcall = xalloc(sizeof(*fcall));
ai = xalloc(sizeof(*ai));
symp = xalloc(sizeof(*symp));
symp = xalloc(sizeof(symp->s_s));
usym = xalloc(sizeof(*usym));
tp = xalloc(sizeof(*tp));
name = xalloc(len + 1);
thte = xalloc(sizeof(*thte));