Home
last modified time | relevance | path

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

/netbsd/src/external/mit/lua/dist/src/
Dllex.h43 TK_IDIV, TK_CONCAT, TK_DOTS, TK_EQ, TK_GE, TK_LE, TK_NE, enumerator
Dllex.c536 if (check_next1(ls, '/')) return TK_IDIV; /* '//' */ in llex()
Dlparser.c1224 case TK_IDIV: return OPR_IDIV; in getbinopr()