Home
last modified time | relevance | path

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

/dports/misc/heyu2/heyu-2.10/
H A Doregon.c1427 if ( (aliasp[index].optflags2 & MOPT2_BPMIN) && (baro < aliasp[index].bpmin) ) in translate_oregon()
3212 aliasp[aliasindex].optflags2 |= MOPT2_BPMIN; in ore_maxmin_bp()
3241 aliasp[aliasindex].optflags2 |= MOPT2_BPMIN; in ore_maxmin_bp()
H A Dprocess.h179 #define MOPT2_BPMIN 0x00000010 macro
H A Dmodules.c645 if ( optflags2 & MOPT2_BPMIN ) { in display_module_options()