Home
last modified time | relevance | path

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

/dports/net-im/cawbird/cawbird-1.4.2/src/
H A DDMManager.vala61 public bool has_dm (int64 dm_id) {
111 bool _has_dm = has_dm (message_id);
H A DDMPage.vala129 private bool has_dm (int64 dm_id) {
151 if (has_dm (dm_id)) {
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/telescope/
H A Dtelescope.c445 PetscBool has_dm,same; in PCSetUp_Telescope() local
449 has_dm = PETSC_FALSE; in PCSetUp_Telescope()
451 if (dm) { has_dm = PETSC_TRUE; } in PCSetUp_Telescope()
452 if (has_dm) { in PCSetUp_Telescope()
/dports/games/slump/slump-0.003.02/
H A Dslump.h432 boolean has_dm; /* A DM start in here? */ member
H A Dslump.c561 answer->has_dm = FALSE; in new_sector()
5710 if (s->has_dm && !force) return FALSE; in maybe_add_dm_start()
5712 s->has_dm = TRUE; in maybe_add_dm_start()