Searched refs:lua_rawequal (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_lua.c | 178 #define lua_rawequal dll_lua_rawequal macro 695 if (lua_rawequal(L, -1, -2)) in luaV_totypval() 705 if (lua_rawequal(L, -1, -3)) in luaV_totypval() 715 if (lua_rawequal(L, -1, -4)) in luaV_totypval() 725 if (lua_rawequal(L, -1, -5)) in luaV_totypval() 2138 if (lua_rawequal(L, -1, 2)) in luaV_type() 2144 if (lua_rawequal(L, -1, 2)) in luaV_type() 2150 if (lua_rawequal(L, -1, 2)) in luaV_type() 2156 if (lua_rawequal(L, -1, 2)) in luaV_type() 2162 if (lua_rawequal(L, -1, 2)) in luaV_type() [all …]
|