Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_lua.c140 #define luaL_error dll_luaL_error macro
948 luaL_error(L, "list is locked"); in luaV_list_newindex()
986 luaL_error(L, "list is locked"); in luaV_list_add()
1005 luaL_error(L, "list is locked"); in luaV_list_insert()
1123 luaL_error(L, "dict is locked"); in luaV_dict_newindex()
1127 luaL_error(L, "empty key"); in luaV_dict_newindex()
1244 luaL_error(L, "blob is locked"); in luaV_blob_newindex()
1268 luaL_error(L, "blob is locked"); in luaV_blob_add()
1540 luaL_error(L, "cannot insert line"); in luaV_buffer_insert()
1836 return luaL_error(L, error); in luaV_setvar()
[all …]