Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c460 int rlen, r, len, prev_len, slen, ambig; in compile_length_string_node() local
469 ambig = NSTRING_IS_AMBIG(node); in compile_length_string_node()
483 r = add_compile_string_length(prev, prev_len, slen, reg, ambig); in compile_length_string_node()
491 r = add_compile_string_length(prev, prev_len, slen, reg, ambig); in compile_length_string_node()
508 int r, len, prev_len, slen, ambig; in compile_string_node() local
518 ambig = NSTRING_IS_AMBIG(node); in compile_string_node()
531 r = add_compile_string(prev, prev_len, slen, reg, ambig); in compile_string_node()
541 return add_compile_string(prev, prev_len, slen, reg, ambig); in compile_string_node()
H A DHISTORY203 don't expand and set ambig flag to the string node.
239 caseless-string (ambig flag on).
940 mode. fix pair-ambig-codes process in parse_exp().

Completed in 26 milliseconds