Home | History | Annotate | Download | only in src

Lines Matching refs:alloc

419 		dir = allocd = alloc(ilen + nlen + elen, ATEMP);
1321 if (ap->flag&ALLOC) {
1322 ap->flag &= ~(ALLOC|ISSET);
1329 ap->flag |= ALLOC|ISSET;
1382 if (ap->flag&ALLOC) {
1383 ap->flag &= ~(ALLOC|ISSET);
1393 if (ap->flag&ALLOC) {
1394 ap->flag &= ~(ALLOC|ISSET);
2368 l->argv = alloc((l->argc + 2) * sizeof(char *), &l->area);