Searched refs:TK_LE (Results 1 – 3 of 3) sorted by relevance
39 TK_IDIV, TK_CONCAT, TK_DOTS, TK_EQ, TK_GE, TK_LE, TK_NE, enumerator
493 if (check_next1(ls, '=')) return TK_LE; /* '<=' */ in llex()
1212 case TK_LE: return OPR_LE; in getbinopr()
Completed in 9 milliseconds