Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Dmake.cpp921 static LIST * targets_to_update_ = L0; variable
926 targets_to_update_ = list_push_back( targets_to_update_, object_copy( in mark_target_for_updating()
933 return targets_to_update_; in targets_to_update()
939 list_free( targets_to_update_ ); in clear_targets_to_update()
940 targets_to_update_ = L0; in clear_targets_to_update()