Searched refs:_begcol (Results 1 – 6 of 6) sorted by relevance
133 int _begcol; /* column that first character of token is in*/ variable168 int begcol() { return _begcol; } in begcol()170 void set_begcol(int a) { _begcol=a; } in set_begcol()188 this->_begcol = 0; in trackColumns()
72 this->_begcol = 0; in DLGLexerBase()90 this->_begcol = 0; in reset()116 state->begcol = _begcol; in saveState()140 _begcol = state->begcol; in restoreState()
72 _begcol = _endcol+1; in nextTokenType()
137 int _begcol; /* column that first character of token is in*/ variable172 int begcol() { return _begcol; } in begcol()174 void set_begcol(int a) { _begcol=a; } in set_begcol()192 this->_begcol = 0; in trackColumns()
73 this->_begcol = 0; in DLGLexerBase()91 this->_begcol = 0; in reset()117 state->begcol = _begcol; in saveState()141 _begcol = state->begcol; in restoreState()
77 _begcol = _endcol+1; in nextTokenType()