Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dmake.c1227 ExamineLater(GNodeList *examine, GNodeList *toBeExamined) in ExamineLater() argument
1231 for (ln = toBeExamined->first; ln != NULL; ln = ln->next) { in ExamineLater()