Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:gv

900 		struct variable *gv;
902 gv = lookup_variable_in_set (v->name, strlen(v->name),
904 if (gv)
905 v->export = gv->export;