Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dllex.h40 TK_SHL, TK_SHR, enumerator
H A Dllex.c494 else if (check_next1(ls, '<')) return TK_SHL; /* '<<' */ in llex()
H A Dlparser.c1218 case TK_SHL: return OPR_SHL; in getbinopr()