lp_Smalloc       260 libproff/str.c 		l->next = (struct strList *) lp_Smalloc (sizeof *l, desc);
lp_Smalloc       265 libproff/str.c 		l = (struct strList *) lp_Smalloc (sizeof *l, desc);
lp_Smalloc       301 libproff/str.c 		l->data = lp_Smalloc(l->len, desc);
lp_Smalloc       321 libproff/str.c 		l->data = lp_Smalloc (l->len, desc);
lp_Smalloc        10 libproff/utils.h #define Smalloc(x) lp_Smalloc ((x), __FILE__ ":" STR(__LINE__))