Home
last modified time | relevance | path

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

/dports/biology/hyphy/hyphy-2.5.33/src/core/include/
H A Ddefines.h264 #define HY_HBL_COMMAND_BREAK 509L macro
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dbatchlan2.cpp142 _HY_ValidHBLExpressions.Insert ("break;", HY_HBL_COMMAND_BREAK); in _HBL_Init_Const_Arrays()
H A Dbatchlan.cpp1948 case HY_HBL_COMMAND_BREAK: in BuildList()
1952 … (*bc) << ((prefixTreeCode == HY_HBL_COMMAND_BREAK) ? (countitems()-1) : (-(long)countitems()+1)); in BuildList()