Searched refs:re_space_char (Results 1 – 1 of 1) sorted by relevance
218 static int re_space_char(int c){ in re_space_char() function304 if( re_space_char(c) ) re_add_state(pNext, x+1); in re_match()308 if( !re_space_char(c) && c!=0 ) re_add_state(pNext, x+1); in re_match()