Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcmp.c133 wchar_t current_char; in regcmp() local
201 if (current_char == CIRCUMFLEX) { in regcmp()
254 switch (current_char) { in regcmp()
336 compilep, current_char); in regcmp()
441 if (current_char != DASH) { in regcmp()
452 compilep, current_char); in regcmp()
495 &current_char, regexp); in regcmp()
500 } else if (current_char == in regcmp()
528 compilep, current_char); in regcmp()
675 switch (current_char) { in regcmp()
[all …]
H A Dregex.c534 wchar_t current_char; in test_char_against_multibyte_class() local
542 char_size = get_wchar(&current_char, classp); in test_char_against_multibyte_class()
545 } else if (test_char == current_char) { in test_char_against_multibyte_class()
557 previous_char = current_char; in test_char_against_multibyte_class()
558 char_size = get_wchar(&current_char, classp); in test_char_against_multibyte_class()
561 } else if (test_char == current_char) { in test_char_against_multibyte_class()
567 } else if (current_char == THRU) { in test_char_against_multibyte_class()
570 char_size = get_wchar(&current_char, classp); in test_char_against_multibyte_class()
574 current_char)) { in test_char_against_multibyte_class()