Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgregex.c159 #define PREV_CHAR(re, s) (((re)->compile_opts & G_REGEX_RAW) ? \ macro
2573 match_info->pos = PREV_CHAR (regex, &string[match_info->pos]) - string; in g_regex_split_full()
2593 last_separator_end = PREV_CHAR (regex, &string[last_separator_end]) - string; in g_regex_split_full()
/third_party/quickjs/
Dlibregexp.c1997 #define PREV_CHAR(cptr, cbuf_start) \ macro
2150 PREV_CHAR(cptr, s->cbuf); in lre_exec_backtrack()
2448 PREV_CHAR(cptr, s->cbuf); in lre_exec_backtrack()