Searched refs:re_word_char (Results 1 – 1 of 1) sorted by relevance
207 static int re_word_char(int c){ in re_word_char() function288 if( re_word_char(c) ) re_add_state(pNext, x+1); in re_match()292 if( !re_word_char(c) && c!=0 ) re_add_state(pNext, x+1); in re_match()312 if( re_word_char(c)!=re_word_char(cPrev) ) re_add_state(pThis, x+1); in re_match()