Home
last modified time | relevance | path

Searched defs:lua_tmpnam (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/lua/src/
H A Dloslib.c123 #define lua_tmpnam(b,e) { \ macro
133 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); } macro