Home
last modified time | relevance | path

Searched refs:NEXT_CHAR (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/glib/
Dgregex.c156 #define NEXT_CHAR(re, s) (((re)->compile_opts & G_REGEX_RAW) ? \ macro
1072 match_info->pos = NEXT_CHAR (match_info->regex, in g_match_info_next()