Searched defs:zzchar_t (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A Ddlgdef.h37 #ifndef zzchar_t
39 #define zzchar_t wchar_t macro
41 #define zzchar_t char macro
52 zzchar_t *str;
59 zzchar_t *lextext, *begexpr, *endexpr;
62 zzchar_t *nextpos;
66 extern zzchar_t *zzlextext; /* text of most recently matched token */
67 extern zzchar_t *zzbegexpr; /* beginning of last reg expr recogn. */
68 extern zzchar_t *zzendexpr; /* beginning of last reg expr recogn. */
94 extern void zzrdstr( zzchar_t * );
[all...]
H A Dantlr.h133 /* MR19 zzchar_t additions */
138 zzchar_t zztextLA[LL_K][ZZLEXBUFSIZE]; \
699 /* MR19 zzchar_t additions */
701 #ifndef zzchar_t
703 #define zzchar_t wchar_t macro
705 #define zzchar_t char macro
774 extern zzchar_t zztextLA[][ZZLEXBUFSIZE];
804 extern zzchar_t *zzlextext; /* text of most recently matched token */

Completed in 3693 milliseconds