Home
last modified time | relevance | path

Searched refs:thisdbl (Results 1 – 2 of 2) sorted by relevance

/original-bsd/old/make/
H A Dgcos.c195 struct depblock *thisdbl; local
200 thisdbl=0;
246 thisdbl = ALLOC(depblock);
247 thisdbl->nextp = nextdbl;
248 thisdbl->depname = q;
249 nextdbl = thisdbl;
256 return(thisdbl);
H A Dfiles.c224 struct depblock *thisdbl; local
232 thisdbl = 0;
323 thisdbl = ALLOC(depblock);
324 thisdbl->nxtdepblock = nextdbl;
325 thisdbl->depname = q;
326 nextdbl = thisdbl;
338 return(thisdbl);