Searched refs:lua_replace (Results 1 – 4 of 4) sorted by relevance
391 lua_replace(L, 1); /* put it at index 1 */ in io_lines()398 lua_replace(L, 1); /* put file at index 1 */ in io_lines()
361 lua_replace(L, RESERVEDSLOT); /* save string in reserved slot */ in generic_reader()
394 #define lua_replace(L,idx) (lua_copy(L, -1, (idx)), lua_pop(L, 1)) macro
65 lua_replace(L, -3); /* (in the slot occupied by table) */ in findfield()
Completed in 9 milliseconds