Searched refs:_eol (Results 1 – 2 of 2) sorted by relevance
38 self._eol = eol112 if self._eol:
3055 const TRexChar *_eol; member3179 while(*exp->_p != ']' && exp->_p != exp->_eol) { in trex_class()3445 if(s >= exp->_eol) in trex_matchnode()3506 || ((str == exp->_eol && !ISSPACE(*(str-1)))) in trex_matchnode()3516 if(str == exp->_eol) return str; in trex_matchnode()3561 exp->_eol = exp->_bol = NULL; in trex_compile()3624 exp->_eol = text + scstrlen(text); in trex_match()3627 if(res == NULL || res != exp->_eol) in trex_match()3638 exp->_eol = text_end; in trex_searchrange()