#include "lgc.h"
#include "lobject.h"
#include "lstate.h"
Go to the source code of this file.
|
LUAI_FUNC unsigned int | luaS_hash (const char *str, size_t l, unsigned int seed) |
|
LUAI_FUNC unsigned int | luaS_hashlongstr (TString *ts) |
|
LUAI_FUNC int | luaS_eqlngstr (TString *a, TString *b) |
|
LUAI_FUNC void | luaS_resize (lua_State *L, int newsize) |
|
LUAI_FUNC void | luaS_clearcache (global_State *g) |
|
LUAI_FUNC void | luaS_init (lua_State *L) |
|
LUAI_FUNC void | luaS_remove (lua_State *L, TString *ts) |
|
LUAI_FUNC Udata * | luaS_newudata (lua_State *L, size_t s) |
|
LUAI_FUNC TString * | luaS_newlstr (lua_State *L, const char *str, size_t l) |
|
LUAI_FUNC TString * | luaS_new (lua_State *L, const char *str) |
|
LUAI_FUNC TString * | luaS_createlngstrobj (lua_State *L, size_t l) |
|
◆ eqshrstr
◆ isreserved
◆ luaS_newliteral
#define luaS_newliteral |
( |
|
L, |
|
|
|
s |
|
) |
| |
Value: (
sizeof(
s)/
sizeof(
char))-1))
GLdouble s
Definition: glext.h:6390
LUAI_FUNC TString * luaS_newlstr(lua_State *L, const char *str, size_t l)
Definition: lstring.c:199
Ιστορικό Εικόνα Πληροφορίες Όλοι Οι Χρήστες Χειρίζονται Το Μενού Αριστερό Αναλογικό Αριστερό Αναλογικό Αριστερό Αναλογικό Y Αριστερό Αναλογικό Δεξί Αναλογικό X Δεξί Αναλογικό Δεξί Αναλογικό Y Δεξί Αναλογικό Σκανδάλη Όπλου Όπλο Aux A Όπλο Aux C Όπλο Select Όπλο D pad Κάτω Όπλο D pad Δεξιά Νεκρή Ζώνη Αναλογικού Σύνδεση Όλων Λήξη Χρόνου Σύνδεσης Hide Unbound Core Input Descriptors Κατάλογος Συσκευών Κατάλογος Ποντικιού Duty Cycle Keyboard Gamepad Mapping Enable Κουμπί D pad κάτω Κουμπί Κουμπί L(πίσω)" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_LEFT
◆ sizelstring
#define sizelstring |
( |
|
l | ) |
(sizeof(union UTString) + ((l) + 1) * sizeof(char)) |
◆ sizeludata
#define sizeludata |
( |
|
l | ) |
(sizeof(union UUdata) + (l)) |
◆ sizeudata
◆ luaS_clearcache()
◆ luaS_createlngstrobj()
◆ luaS_eqlngstr()
◆ luaS_hash()
LUAI_FUNC unsigned int luaS_hash |
( |
const char * |
str, |
|
|
size_t |
l, |
|
|
unsigned int |
seed |
|
) |
| |
◆ luaS_hashlongstr()
◆ luaS_init()
◆ luaS_new()
◆ luaS_newlstr()
◆ luaS_newudata()
◆ luaS_remove()
◆ luaS_resize()