Home
last modified time | relevance | path

Searched refs:ef_check (Results 1 – 3 of 3) sorted by relevance

/dports/games/wolfpack/empire-4.4.1/src/lib/common/
H A Dfile.c62 static int ef_check(int);
79 if (ef_check(type) < 0) in ef_open()
249 if (ef_check(type) < 0) in ef_open_view()
253 if (ef_check(base) < 0) in ef_open_view()
282 if (ef_check(type) < 0) in ef_close()
321 if (ef_check(type) < 0) in ef_flush()
352 if (ef_check(type) < 0) in ef_ptr()
374 if (ef_check(type) < 0) in ef_read()
542 if (ef_check(type) < 0) in ef_write()
931 if (ef_check(*p) < 0) in ef_byname_from()
[all …]
/dports/science/xdrawchem/xdrawchem-a3f74c34eb09fa72ee16848ec6901049ca5309d5/xdrawchem/
H A Dmolinfodialog.h33 bool isEFChecked() { return ef_check->isChecked(); } in isEFChecked()
40 ef_check->setText(ef); in setEF()
85 QCheckBox *molWeightCheckBox, *ef_check, *dg_check, *ea_check;
H A Dmolinfodialog.cpp58 ef_check = new QCheckBox(ef); in MolInfoDialog()
59 grid->addWidget(ef_check, 5, 0, 1, 1); in MolInfoDialog()