Home
last modified time | relevance | path

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

/csrg-svn/contrib/libg++-2.3/libg++/src/
H A Dregex.cc129 enum regexpcode enum
1325 switch ((int) ((enum regexpcode) *p++)) in re_compile_fastmap()
1327 switch ((enum regexpcode) *p++) in re_compile_fastmap()
1378 if ((enum regexpcode) *p != on_failure_jump in re_compile_fastmap()
1379 && (enum regexpcode) *p != succeed_n) in re_compile_fastmap()
1565 if (pbufp->used > 0 && (enum regexpcode) pbufp->buffer[0] == begbuf in re_search_2()
2052 switch ((int) ((enum regexpcode) *p++)) in re_match_2()
2054 switch ((enum regexpcode) *p++) in re_match_2()
2076 || (enum regexpcode) p[-3] == start_memory) in re_match_2()
2100 if (mcnt < 0 && (enum regexpcode) *p2++ == on_failure_jump) in re_match_2()