Searched refs:examine (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A Dmake.c323 * decide whether to queue the parent or examine its children...
729 Lst examine; /* List of targets to examine */ local
732 Lst_Init(&examine);
733 Lst_Duplicate(&examine, targs, NOCOPY);
744 while (!Lst_IsEmpty(&examine)) {
745 gn = Lst_DeQueue(&examine);
766 Lst_EnQueue(&examine, cgn);
/freebsd-9.3-release/contrib/bmake/
H A Dmake.c381 fprintf(debug_file, "MakeAddChild: need to examine %s%s\n",
553 * whether to queue the parent or examine its children...
695 /* It is save to re-examine any nodes again */
1173 * gnp Node to examine
1297 Lst examine; /* List of targets to examine */
1299 examine = Lst_Duplicate(targs, NULL);
1309 while (!Lst_IsEmpty (examine)) {
1310 gn = (GNode *)Lst_DeQueue(examine);
1317 fprintf(debug_file, "Make_ExpandUse: examine
1288 Lst examine; /* List of targets to examine */ local
1413 Lst examine; /* List of targets to examine */ local
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Dsanity.sh18621 dotest taginfo-examine "cat ${TESTDIR}/1/taglog" \

Completed in 112 milliseconds