Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/lua/src/
HDllex.h33 TK_IDIV, TK_CONCAT, TK_DOTS, TK_EQ, TK_GE, TK_LE, TK_NE, enumerator
HDllex.c489 if (check_next1(ls, '/')) return TK_IDIV; in llex()
HDlparser.c1005 case TK_IDIV: return OPR_IDIV; in getbinopr()