Searched defs:lua_tmpnam (Results 1 – 2 of 2) sorted by relevance
51 #define lua_tmpnam(b,e) { \ macro60 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); } macro
48 #define lua_tmpnam(b,e) { \ macro57 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); } macro