HomeSort by relevance Sort by last modified time
    Searched defs:zzchar_t (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
dlgdef.h 37 #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...]
antlr.h 133 /* 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 */
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
dlgdef.h 37 #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...]
antlr.h 121 /* MR19 zzchar_t additions */
126 zzchar_t zztextLA[LL_K][ZZLEXBUFSIZE]; \
687 /* MR19 zzchar_t additions */
689 #ifndef zzchar_t
691 #define zzchar_t wchar_t macro
693 #define zzchar_t char macro
755 extern zzchar_t zztextLA[][ZZLEXBUFSIZE];
785 extern zzchar_t *zzlextext; /* text of most recently matched token */

Completed in 3291 milliseconds