Home
last modified time | relevance | path

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

/external/lua/src/
Dltable.h35 #define nodefromval(v) cast(Node *, (v)) macro
Dllex.c142 ts = keystrval(nodefromval(o)); /* re-use value previously stored */ in luaX_newstring()
Dltable.c298 i = cast_int(nodefromval(n) - gnode(t, 0)); /* key index in hash table */ in findindex()