php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
str_res.h File Reference

Go to the source code of this file.

Macros

#define LEXBOR_STR_RES_MAP_CHAR_OTHER   '\00'
 
#define LEXBOR_STR_RES_MAP_CHAR_A_Z_a_z   '\01'
 
#define LEXBOR_STR_RES_MAP_CHAR_WHITESPACE   '\02'
 
#define LEXBOR_STR_RES_SLIP   0xFF
 

Macro Definition Documentation

◆ LEXBOR_STR_RES_MAP_CHAR_A_Z_a_z

#define LEXBOR_STR_RES_MAP_CHAR_A_Z_a_z   '\01'

Definition at line 11 of file str_res.h.

◆ LEXBOR_STR_RES_MAP_CHAR_OTHER

#define LEXBOR_STR_RES_MAP_CHAR_OTHER   '\00'

Definition at line 10 of file str_res.h.

◆ LEXBOR_STR_RES_MAP_CHAR_WHITESPACE

#define LEXBOR_STR_RES_MAP_CHAR_WHITESPACE   '\02'

Definition at line 12 of file str_res.h.

◆ LEXBOR_STR_RES_SLIP

#define LEXBOR_STR_RES_SLIP   0xFF

Definition at line 14 of file str_res.h.