Home
last modified time | relevance | path

Searched defs:isInCurrent (Results 1 – 3 of 3) sorted by relevance

/dports/devel/vera++/vera++-1.3.0/src/
H A Dlegacy_main.cpp71 bool isInCurrent = ( (stat( "./scripts", &St ) == 0 || stat( "./rules", &St ) == 0 in legacy_main() local
H A Dboost_main.cpp84 bool isInCurrent = ( (stat( "./scripts", &St ) == 0 || stat( "./rules", &St ) == 0 in boost_main() local
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DEntity.h425 bool isInCurrent() { return inCurrent; } in isInCurrent() function