Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlvm.c895 #define l_lei(a,b) (a <= b) macro
1622 op_order(L, l_lei, LEnum, lessequalothers); in luaV_execute()
1651 op_orderI(L, l_lei, luai_numle, 0, TM_LE); in luaV_execute()