Home
last modified time | relevance | path

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

/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dmessages.cpp656 bool has_type_filter = false; in do_filter() local
661 has_type_filter = msg_type_from_name( filter_type, filter_str.substr( 0, colon ) ); in do_filter()
672 const bool match = ( !has_type_filter || filter_type == msg.type ) && in do_filter()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dmessages.cpp656 bool has_type_filter = false; in do_filter() local
661 has_type_filter = msg_type_from_name( filter_type, filter_str.substr( 0, colon ) ); in do_filter()
672 const bool match = ( !has_type_filter || filter_type == msg.type ) && in do_filter()