Home
last modified time | relevance | path

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

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dbasic_fun_jmg.cpp93 bool INTEGER_KW_B = false; in isa_fun() local
105 if (e->KeywordSet(integer_kw)) { INTEGER_KW_B = true;} in isa_fun()
131 if (INTEGER_KW_B) e->Throw(txt+"INTEGER are mutually exclusive."); in isa_fun()
139 if (INTEGER_KW_B) e->Throw(txt+"INTEGER are mutually exclusive."); in isa_fun()
144 if (INTEGER_KW_B) { in isa_fun()
279 if(INTEGER_KW_B && res) { res = res && isINTEGER ;} in isa_fun()