Home
last modified time | relevance | path

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; in depvar_add_to_list()
68 bpatch = &dv->next; in depvar_add_to_list()
H A Drep.cc43 static Recursive_make *bpatch = &recursive_list; variable
149 *bpatch = rp; in report_recursive_init()
150 bpatch = &rp->next; in report_recursive_init()
188 *bpatch = rp; in report_recursive_dep()
189 bpatch = &rp->next; in report_recursive_dep()