Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/regex/
H A Dregcmp.c133 wchar_t current_char; in regcmp() local
183 char_size = get_wchar(&current_char, regexp); in regcmp()
191 char_size = get_wchar(&current_char, regexp); in regcmp()
201 if (current_char == CIRCUMFLEX) { in regcmp()
202 char_size = get_wchar(&current_char, regexp); in regcmp()
212 char_size = get_wchar(&current_char, regexp); in regcmp()
254 switch (current_char) { in regcmp()
295 char_size = get_wchar(&current_char, regexp); in regcmp()
328 char_size = get_wchar(&current_char, regexp); in regcmp()
336 compilep, current_char); in regcmp()
[all …]
H A Dregex.c536 wchar_t current_char; in test_char_against_multibyte_class() local
544 char_size = get_wchar(&current_char, classp); in test_char_against_multibyte_class()
547 } else if (test_char == current_char) { in test_char_against_multibyte_class()
559 previous_char = current_char; in test_char_against_multibyte_class()
560 char_size = get_wchar(&current_char, classp); in test_char_against_multibyte_class()
563 } else if (test_char == current_char) { in test_char_against_multibyte_class()
569 } else if (current_char == THRU) { in test_char_against_multibyte_class()
572 char_size = get_wchar(&current_char, classp); in test_char_against_multibyte_class()
576 current_char)) { in test_char_against_multibyte_class()