Searched refs:CALC_LES (Results 1 – 2 of 2) sorted by relevance
124 /* L */ {{sCalc_L}, CALC_LES}, // kleiner938 eCurrOper = ('<' == ch) ? CALC_LES : CALC_GRE; in GetToken()1026 case '<': eCurrOper = '>' == ch ? CALC_GRE : CALC_LES; in GetToken()1207 case CALC_LES: nSbxOper = SbxLT; break; in Term()
56 CALC_LEQ=262, CALC_GEQ=263, CALC_LES=264, enumerator
Completed in 13 milliseconds