HomeSort by relevance Sort by last modified time
    Searched refs:charfull (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DLexer.h 84 if (charfull){
98 charfull = 1;
101 charfull = 0;
112 if (!charfull)
124 charfull = 1;
138 if ( track_columns ) _endcol -= charfull;
165 /* MR1 */ if (interactive && !charfull) {
193 ZZGETC; charfull = 1; ZZINC;
DLexerBase.cpp 76 this->charfull = 0;
90 this->charfull = 0;
103 charfull = 0;
116 state->char_full = charfull;
140 charfull = state->char_full;
DLexerBase.h 142 int charfull; member in class:DLGLexerBase
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DLexer.cpp 79 if (charfull){
93 charfull = 1;
96 charfull = 0;
107 if (!charfull)
118 charfull = 1;
132 if ( track_columns ) _endcol -= charfull;
159 /* MR1 */ if (interactive && !charfull) {
187 ZZGETC; charfull = 1; ZZINC;
DLexerBase.cpp 75 this->charfull = 0;
89 this->charfull = 0;
102 charfull = 0;
115 state->char_full = charfull;
139 charfull = state->char_full;
DLexerBase.h 138 int charfull; member in class:DLGLexerBase

Completed in 387 milliseconds