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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DLexerBase.h 138 int _endcol; /* column that last character of token is in */ member in class:DLGLexerBase
173 int endcol() { return _endcol; }
175 void set_endcol(int a) { _endcol=a; }
193 this->_endcol = 0;
DLexer.h 35 #define ZZINC {if ( track_columns ) (++_endcol);}
77 _begcol = _endcol+1;
138 if ( track_columns ) _endcol -= charfull;
DLexerBase.cpp 74 this->_endcol = 0;
92 this->_endcol = 0;
118 state->endcol = _endcol;
142 _endcol = state->endcol;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DLexerBase.h 134 int _endcol; /* column that last character of token is in */ member in class:DLGLexerBase
169 int endcol() { return _endcol; }
171 void set_endcol(int a) { _endcol=a; }
189 this->_endcol = 0;
DLexer.cpp 30 #define ZZINC {if ( track_columns ) (++_endcol);}
72 _begcol = _endcol+1;
132 if ( track_columns ) _endcol -= charfull;
DLexerBase.cpp 73 this->_endcol = 0;
91 this->_endcol = 0;
117 state->endcol = _endcol;
141 _endcol = state->endcol;

Completed in 105 milliseconds