Searched refs:salloc (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/mailx/
H A Dmisc.c134 if ((p = salloc(size)))
613 salloc(register int size) function
H A Dnames.c207 x = (struct list*)salloc(sizeof(struct list) + n + 1);
276 ws.base = ws.next = salloc(ws.count + 2);
H A Dvars.c784 if (!(dict = (op & STACK) ? (struct dict*)salloc(sizeof(struct dict)) : newof(0, struct dict, 1, 0)))
809 if (!(xp = (op & STACK) ? (struct name*)salloc(sizeof(struct name) + strlen(name) + 1) : newof(0, struct name, 1, strlen(name) + 1)))
H A Dmailx.h633 int onstack; /* salloc() != malloc() */
1016 extern char* salloc(int);
H A Dcmd3.c480 newsubj = salloc(strlen(subj) + 5);

Completed in 23 milliseconds