Lines Matching refs:luaV_unbox
532 #define luaV_unbox(L,luatyp,ud) (*((luatyp *) lua_touserdata((L),(ud)))) macro
535 luaV_checkcache((L), (void *) luaV_unbox((L),luatyp,(ud)))
876 list_T *l = luaV_unbox(L, luaV_List, 1); in luaV_pushtype()
895 list_T *l = luaV_unbox(L, luaV_List, 1); in luaV_list_call()
905 list_T *l = luaV_unbox(L, luaV_List, 1); in luaV_list_index()
940 list_T *l = luaV_unbox(L, luaV_List, 1); in luaV_list_newindex()
1053 dict_T *d = luaV_unbox(L, luaV_Dict, 1); in luaV_pushtype()
1083 dict_T *d = luaV_unbox(L, luaV_Dict, 1); in luaV_dict_call()
1095 dict_T *d = luaV_unbox(L, luaV_Dict, 1); in luaV_dict_index()
1117 dict_T *d = luaV_unbox(L, luaV_Dict, 1); in luaV_dict_newindex()
1198 blob_T *b = luaV_unbox(L, luaV_Blob, 1); in luaV_pushtype()
1206 blob_T *b = luaV_unbox(L, luaV_Blob, 1); in luaV_blob_len()
1214 blob_T *b = luaV_unbox(L, luaV_Blob, 1); in luaV_blob_index()
1242 blob_T *b = luaV_unbox(L, luaV_Blob, 1); in luaV_blob_newindex()