Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
lctype.c File Reference
#include "lprefix.h"
#include "lctype.h"
#include <limits.h>

Go to the source code of this file.

Macros

#define lctype_c
 
#define LUA_CORE
 
#define NONA   0x00 /* default */
 

Variables

LUAI_DDEF const lu_byte luai_ctype_ [UCHAR_MAX+2]
 

Macro Definition Documentation

◆ lctype_c

#define lctype_c

Definition at line 7 of file lua-5.4.3/src/lctype.c.

◆ LUA_CORE

#define LUA_CORE

Definition at line 8 of file lua-5.4.3/src/lctype.c.

◆ NONA

#define NONA   0x00 /* default */

Definition at line 24 of file lua-5.4.3/src/lctype.c.

Variable Documentation

◆ luai_ctype_

LUAI_DDEF const lu_byte luai_ctype_[UCHAR_MAX+2]

Definition at line 28 of file lua-5.4.3/src/lctype.c.

28 {
29 0x00, /* EOZ */
30 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0. */
31 0x00, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00,
32 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 1. */
33 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
34 0x0c, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, /* 2. */
35 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
36 0x16, 0x16, 0x16, 0x16, 0x16, 0x16, 0x16, 0x16, /* 3. */
37 0x16, 0x16, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
38 0x04, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x05, /* 4. */
39 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
40 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, /* 5. */
41 0x05, 0x05, 0x05, 0x04, 0x04, 0x04, 0x04, 0x05,
42 0x04, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x05, /* 6. */
43 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
44 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, /* 7. */
45 0x05, 0x05, 0x05, 0x04, 0x04, 0x04, 0x04, 0x00,
46 NONA, NONA, NONA, NONA, NONA, NONA, NONA, NONA, /* 8. */
48 NONA, NONA, NONA, NONA, NONA, NONA, NONA, NONA, /* 9. */
50 NONA, NONA, NONA, NONA, NONA, NONA, NONA, NONA, /* a. */
52 NONA, NONA, NONA, NONA, NONA, NONA, NONA, NONA, /* b. */
54 0x00, 0x00, NONA, NONA, NONA, NONA, NONA, NONA, /* c. */
56 NONA, NONA, NONA, NONA, NONA, NONA, NONA, NONA, /* d. */
58 NONA, NONA, NONA, NONA, NONA, NONA, NONA, NONA, /* e. */
60 NONA, NONA, NONA, NONA, NONA, 0x00, 0x00, 0x00, /* f. */
61 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
62};
#define NONA