Searched refs:matchs (Results 1 – 4 of 4) sorted by relevance
145 ANTLR3_BOOLEAN (*matchs) (struct ANTLR3_LEXER_struct * lexer, ANTLR3_UCHAR * string); member
49 static ANTLR3_BOOLEAN matchs (pANTLR3_LEXER lexer, ANTLR3_UCHAR * string);136 lexer->matchs = matchs; in antlr3LexerNew()727 matchs(pANTLR3_LEXER lexer, ANTLR3_UCHAR * string) in matchs() function
954 // Find last element in sequence 1 that matchs *(__last2-1), with a mininum of loop checks1427 // Find first element in sequence 1 that matchs *__first2, with a mininum of loop checks1600 // Find first element in sequence that matchs __value_, with a mininum of loop checks1641 // Find first element in sequence that matchs __value_, with a mininum of loop checks
249 #define MATCHS(s) LEXER->matchs(LEXER, s)