Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Dmake.h25 int cantfind; member
Dmake.cpp146 if ( counts->cantfind ) in make()
147 out_printf( "...can't find %d target%s...\n", counts->cantfind, in make()
148 counts->cantfind > 1 ? "s" : "" ); in make()
154 status = counts->cantfind || counts->cantmake; in make()
748 ++counts->cantfind; in make0()