Home
last modified time | relevance | path

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

/external/lua/src/
Dllex.h33 TK_IDIV, TK_CONCAT, TK_DOTS, TK_EQ, TK_GE, TK_LE, TK_NE, enumerator
Dllex.c489 if (check_next1(ls, '/')) return TK_IDIV; in llex()
Dlparser.c1005 case TK_IDIV: return OPR_IDIV; in getbinopr()