Searched refs:bpatch (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Ddepvar.cc51 static Depvar *bpatch = &depvar_list; variable
67 *bpatch = dv;
68 bpatch = &dv->next;
H A Drep.cc43 static Recursive_make *bpatch = &recursive_list; variable
60 * bpatch Points to slot where next cell should be added
149 *bpatch = rp;
150 bpatch = &rp->next;
165 * bpatch Points to slot where next cell should be added
188 *bpatch = rp;
189 bpatch = &rp->next;

Completed in 58 milliseconds