short_call        178 lib/lua/luaconf.h #define LUA_API     __attribute__((short_call)) extern
short_call        207 lib/lua/luaconf.h #define LUAI_FUNC   __attribute__((short_call)) extern
short_call          8 modules/script_key_funcs.c __attribute__((short_call)) int script_key_is_pressed(int k)
short_call         17 modules/script_key_funcs.c __attribute__((short_call)) int script_key_is_clicked(int k)
short_call         64 modules/script_key_funcs.c __attribute__((short_call)) int script_keyid_by_name (const char *n)
short_call         10 modules/script_key_funcs.h __attribute__((short_call)) int script_key_is_pressed( int keyid );
short_call         11 modules/script_key_funcs.h __attribute__((short_call)) int script_key_is_clicked( int keyid );
short_call         12 modules/script_key_funcs.h __attribute__((short_call)) int script_keyid_by_name( const char *name );