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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DDLexerBase.h44 typedef char DLGChar; typedef
47 class DllExportPCCTS DLGChar {
51 DLGChar(int ch) { c = ch; }
87 const DLGChar *input; // MR9
88 const DLGChar *p; // MR9
90 DLGStringInput(const DLGChar *s) { input = s; p = &input[0];} // MR9
97 void DLGStringReset(const DLGChar *s) {input=s; p= &input[0]; }; // MR11 // MR16
111 DLGChar *lextext, *begexpr, *endexpr;
114 DLGChar *nextpos;
129 DLGChar *_lextex
[all...]

Completed in 33 milliseconds