Lines Matching defs:n
95 #define luaV_openlib(L, l, n) luaL_openlib(L, NULL, l, n) argument
106 # define load_dll(n) dlopen((n), RTLD_LAZY|RTLD_GLOBAL) argument
624 const lua_Number n = lua_tonumber(L, pos); in luaV_totypval() local
767 luaV_pushline(lua_State *L, buf_T *buf, linenr_T n) in luaV_pushline()
908 long n = (long) luaL_checkinteger(L, 2); in luaV_list_index() local
941 long n = (long) luaL_checkinteger(L, 2); in luaV_list_newindex() local
1063 int n = lua_tointeger(L, lua_upvalueindex(3)); in luaV_dict_iter() local
1349 int i, n = lua_gettop(L) - 1; // #args in luaV_funcref_call() local
1414 linenr_T n = (linenr_T) lua_tointeger(L, 2); in luaV_buffer_index() local
1449 linenr_T n = (linenr_T) luaL_checkinteger(L, 2); in luaV_buffer_newindex() local
1520 linenr_T n = (linenr_T) luaL_optinteger(L, 3, last); in luaV_buffer_insert() local
1727 int i, n = lua_gettop(L); // nargs in luaV_print() local
2074 int n = lua_tointeger(L, 1); in luaV_buffer() local
2106 int n = lua_tointeger(L, 1); in luaV_window() local