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