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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DDLexerBase.h134 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;

Completed in 49 milliseconds