Lines Matching refs:lua_pushinteger
184 #define lua_pushinteger dll_lua_pushinteger macro
560 lua_pushinteger(L, (int) tv->vval.v_number); in luaV_pushtypval()
576 lua_pushinteger(L, (int) tv->vval.v_number); in luaV_pushtypval()
877 lua_pushinteger(L, (int) list_len(l)); in luaV_pushtype()
1054 lua_pushinteger(L, (int) dict_len(d)); in luaV_pushtype()
1072 lua_pushinteger(L, n - 1); in luaV_dict_iter()
1087 lua_pushinteger(L, ht->ht_used); // # remaining items in luaV_dict_call()
1207 lua_pushinteger(L, (int) blob_len(b)); in luaV_blob_len()
1397 lua_pushinteger(L, b->b_ml.ml_line_count); in luaV_newtype()
1427 lua_pushinteger(L, b->b_fnum); in luaV_buffer_index()
1613 lua_pushinteger(L, w->w_cursor.lnum); in luaV_window_index()
1615 lua_pushinteger(L, w->w_cursor.col + 1); in luaV_window_index()
1617 lua_pushinteger(L, w->w_width); in luaV_window_index()
1619 lua_pushinteger(L, w->w_height); in luaV_window_index()
2233 lua_pushinteger(L, VIM_VERSION_MAJOR); in luaV_version()
2236 lua_pushinteger(L, VIM_VERSION_MINOR); in luaV_version()
2239 lua_pushinteger(L, highest_patch()); in luaV_version()
2339 lua_pushinteger(L, abort); in luaV_setref()
2537 lua_pushinteger(L, line1); in luaV_setrange()
2539 lua_pushinteger(L, line2); in luaV_setrange()
2641 lua_pushinteger(L, l); // current line number as arg in ex_luado()
2712 lua_pushinteger(L, copyID); in set_ref_in_lua()