Home
last modified time | relevance | path

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

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dfield.cpp112 field_entry *field::find_field( const field_type_id &field_type_to_find, const bool alive_only ) in find_field() argument
118 if( it != _field_type_list.end() && ( !alive_only || it->second.is_field_alive() ) ) { in find_field()
125 const bool alive_only ) const in find_field()
131 if( it != _field_type_list.end() && ( !alive_only || it->second.is_field_alive() ) ) { in find_field()
H A Dfield.h113 field_entry *find_field( const field_type_id &field_type_to_find, bool alive_only = true );
120 bool alive_only = true ) const;
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dfield.cpp112 field_entry *field::find_field( const field_type_id &field_type_to_find, const bool alive_only ) in find_field() argument
118 if( it != _field_type_list.end() && ( !alive_only || it->second.is_field_alive() ) ) { in find_field()
125 const bool alive_only ) const in find_field()
131 if( it != _field_type_list.end() && ( !alive_only || it->second.is_field_alive() ) ) { in find_field()
H A Dfield.h113 field_entry *find_field( const field_type_id &field_type_to_find, bool alive_only = true );
120 bool alive_only = true ) const;
/dports/games/flare-engine/flare-engine-1.12/src/
H A DNPCManager.h53 Entity* npcFocus(const Point& mouse, const FPoint& cam, bool alive_only);
H A DEntityManager.h65 Entity *entityFocus(const Point& mouse, const FPoint& cam, bool alive_only);
H A DNPCManager.cpp197 Entity* NPCManager::npcFocus(const Point& mouse, const FPoint& cam, bool alive_only) { in npcFocus() argument
201 …if(alive_only && (npcs[i]->stats.cur_state == StatBlock::ENTITY_DEAD || npcs[i]->stats.cur_state =… in npcFocus()
H A DEntityManager.cpp398 Entity* EntityManager::entityFocus(const Point& mouse, const FPoint& cam, bool alive_only) { in entityFocus() argument
402 …if(alive_only && (entities[i]->stats.cur_state == StatBlock::ENTITY_DEAD || entities[i]->stats.cur… in entityFocus()
/dports/shells/bash/bash-5.1/
H A Djobs.c1697 find_pid_in_pipeline (pid, pipeline, alive_only) in find_pid_in_pipeline() argument
1700 int alive_only;
1708 if (p->pid == pid && ((alive_only == 0 && PRECYCLED(p) == 0) || PALIVE(p)))
1721 find_pipeline (pid, alive_only, jobp) in find_pipeline() argument
1723 int alive_only;
1748 job = find_job (pid, alive_only, &p);
1758 find_process (pid, alive_only, jobp) in find_process() argument
1760 int alive_only;
1765 p = find_pipeline (pid, alive_only, jobp);
1774 find_job (pid, alive_only, procp) in find_job() argument
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_db.c4562 erts_db_foreach_table(void (*func)(DbTable *, void *), void *arg, int alive_only) in erts_db_foreach_table() argument
4574 if (!alive_only || is_table_alive(tb)) in erts_db_foreach_table()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_db.c5092 erts_db_foreach_table(void (*func)(DbTable *, void *), void *arg, int alive_only) in erts_db_foreach_table() argument
5104 if (!alive_only || is_table_alive(tb)) in erts_db_foreach_table()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_db.c5221 erts_db_foreach_table(void (*func)(DbTable *, void *), void *arg, int alive_only) in erts_db_foreach_table() argument
5233 if (!alive_only || is_table_alive(tb)) in erts_db_foreach_table()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_db.c5221 erts_db_foreach_table(void (*func)(DbTable *, void *), void *arg, int alive_only) in erts_db_foreach_table() argument
5233 if (!alive_only || is_table_alive(tb)) in erts_db_foreach_table()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_db.c5221 erts_db_foreach_table(void (*func)(DbTable *, void *), void *arg, int alive_only) in erts_db_foreach_table() argument
5233 if (!alive_only || is_table_alive(tb)) in erts_db_foreach_table()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_db.c5221 erts_db_foreach_table(void (*func)(DbTable *, void *), void *arg, int alive_only) in erts_db_foreach_table() argument
5233 if (!alive_only || is_table_alive(tb)) in erts_db_foreach_table()