Symbol: CHARACTER
src/system/libroot/posix/glibc/regex/regcomp.c
1104
case CHARACTER:
src/system/libroot/posix/glibc/regex/regcomp.c
1156
if (dfa->nodes[node].type == CHARACTER
src/system/libroot/posix/glibc/regex/regcomp.c
1816
token->type = CHARACTER;
src/system/libroot/posix/glibc/regex/regcomp.c
1832
token->type = CHARACTER;
src/system/libroot/posix/glibc/regex/regcomp.c
1946
token->type = CHARACTER;
src/system/libroot/posix/glibc/regex/regcomp.c
2050
token->type = CHARACTER;
src/system/libroot/posix/glibc/regex/regcomp.c
2063
token->type = CHARACTER;
src/system/libroot/posix/glibc/regex/regcomp.c
2094
token->type = CHARACTER;
src/system/libroot/posix/glibc/regex/regcomp.c
2113
token->type = CHARACTER;
src/system/libroot/posix/glibc/regex/regcomp.c
2268
case CHARACTER:
src/system/libroot/posix/glibc/regex/regcomp.c
2357
token->type = CHARACTER;
src/system/libroot/posix/glibc/regex/regcomp.c
2551
if (token->type == CHARACTER && token->opr.c == ',')
src/system/libroot/posix/glibc/regex/regcomp.c
2563
: ((token->type == CHARACTER && token->opr.c == ',')
src/system/libroot/posix/glibc/regex/regcomp.c
2582
token->type = CHARACTER;
src/system/libroot/posix/glibc/regex/regcomp.c
312
if (type == CHARACTER)
src/system/libroot/posix/glibc/regex/regcomp.c
3173
token->type = CHARACTER;
src/system/libroot/posix/glibc/regex/regcomp.c
3220
token->type = CHARACTER;
src/system/libroot/posix/glibc/regex/regcomp.c
326
&& dfa->nodes[node].type == CHARACTER
src/system/libroot/posix/glibc/regex/regcomp.c
3780
num = ((token->type != CHARACTER || c < '0' || '9' < c || num == -2)
src/system/libroot/posix/glibc/regex/regex_internal.c
1643
if (type == CHARACTER && !node->constraint)
src/system/libroot/posix/glibc/regex/regex_internal.c
1697
if (type == CHARACTER && !constraint)
src/system/libroot/posix/glibc/regex/regexec.c
3533
if (type == CHARACTER)
src/system/libroot/posix/glibc/regex/regexec.c
3590
if (type == CHARACTER && !node->word_char)
src/system/libroot/posix/glibc/regex/regexec.c
3609
if (type == CHARACTER && node->word_char)
src/system/libroot/posix/glibc/regex/regexec.c
3637
if (type == CHARACTER && !bitset_contain (dests_ch[j], node->opr.c))
src/system/libroot/posix/glibc/regex/regexec.c
4005
case CHARACTER: