|
Defines |
| #define | WCHAR p_wchar0 |
| #define | WC_ISSPACE isspace |
| #define | WC_ISIDCHAR isidchar |
| #define | gobble_identifier gobble_identifier0 |
| #define | lower_cpp lower_cpp0 |
| #define | parse_esc_seq parse_esc_seq0 |
| #define | find_end_parenthesis find_end_parenthesis0 |
| #define | find_end_brace find_end_brace0 |
| #define | PUSH_STRING PUSH_STRING0 |
| #define | WC_BINARY_FINDSTRING(X, Y) binary_findstring((char *)X, Y) |
| #define | MAKE_BINARY_STRING make_shared_binary_string0 |
| #define | calc calc_0 |
| #define | calc1 calc1_0 |
| #define | calc2 calc2_0 |
| #define | calc3 calc3_0 |
| #define | calc4 calc4_0 |
| #define | calc5 calc5_0 |
| #define | calc6 calc6_0 |
| #define | calc7 calc7_0 |
| #define | calc7b calc7b_0 |
| #define | calc8 calc8_0 |
| #define | calc9 calc9_0 |
| #define | calcA calcA_0 |
| #define | calcB calcB_0 |
| #define | calcC calcC_0 |
| #define | STRCAT(X, Y) _STRCAT(X,Y,flags,this) |
| #define | CHECKWORD2(X, LEN) (!MEMCMP(X,data+pos,LEN<<SHIFT) && !WC_ISIDCHAR(data[pos+LEN])) |
| #define | WGOBBLE2(X) (CHECKWORD2(X,NELEM(X)) ? (pos+=NELEM(X)),1 : 0) |
| #define | GOBBLEOP2(X) ((!MEMCMP(X,data+pos,sizeof(X))) ? (pos += NELEM(X)),1 : 0) |
| #define | GOBBLE_IDENTIFIER() |
Functions |
| void | _STRCAT (char *str, int len, int flags, struct cpp *this) |