Searched defs:LUAI_FUNC (Results 1 - 2 of 2) sorted by relevance

/external/skia/third_party/lua/src/
H A Dluaconf.h164 @@ LUAI_FUNC is a mark for all extern functions that are not to be
179 #define LUAI_FUNC __attribute__((visibility("hidden"))) extern macro
180 #define LUAI_DDEC LUAI_FUNC
184 #define LUAI_FUNC extern macro
/external/syslinux/com32/lua/src/
H A Dluaconf.h168 @@ LUAI_FUNC is a mark for all extern functions that are not to be
183 #define LUAI_FUNC __attribute__((visibility("hidden"))) extern macro
184 #define LUAI_DDEC LUAI_FUNC
188 #define LUAI_FUNC extern macro

Completed in 105 milliseconds