STREQ 1053 modules/up/src/Core/gnu/regex.c (STREQ (string, "alpha") || STREQ (string, "upper") \ STREQ 1053 modules/up/src/Core/gnu/regex.c (STREQ (string, "alpha") || STREQ (string, "upper") \ STREQ 1054 modules/up/src/Core/gnu/regex.c || STREQ (string, "lower") || STREQ (string, "digit") \ STREQ 1054 modules/up/src/Core/gnu/regex.c || STREQ (string, "lower") || STREQ (string, "digit") \ STREQ 1055 modules/up/src/Core/gnu/regex.c || STREQ (string, "alnum") || STREQ (string, "xdigit") \ STREQ 1055 modules/up/src/Core/gnu/regex.c || STREQ (string, "alnum") || STREQ (string, "xdigit") \ STREQ 1056 modules/up/src/Core/gnu/regex.c || STREQ (string, "space") || STREQ (string, "print") \ STREQ 1056 modules/up/src/Core/gnu/regex.c || STREQ (string, "space") || STREQ (string, "print") \ STREQ 1057 modules/up/src/Core/gnu/regex.c || STREQ (string, "punct") || STREQ (string, "graph") \ STREQ 1057 modules/up/src/Core/gnu/regex.c || STREQ (string, "punct") || STREQ (string, "graph") \ STREQ 1058 modules/up/src/Core/gnu/regex.c || STREQ (string, "cntrl") || STREQ (string, "blank")) STREQ 1058 modules/up/src/Core/gnu/regex.c || STREQ (string, "cntrl") || STREQ (string, "blank")) STREQ 1481 modules/up/src/Core/gnu/regex.c boolean is_alnum = STREQ (str, "alnum"); STREQ 1482 modules/up/src/Core/gnu/regex.c boolean is_alpha = STREQ (str, "alpha"); STREQ 1483 modules/up/src/Core/gnu/regex.c boolean is_blank = STREQ (str, "blank"); STREQ 1484 modules/up/src/Core/gnu/regex.c boolean is_cntrl = STREQ (str, "cntrl"); STREQ 1485 modules/up/src/Core/gnu/regex.c boolean is_digit = STREQ (str, "digit"); STREQ 1486 modules/up/src/Core/gnu/regex.c boolean is_graph = STREQ (str, "graph"); STREQ 1487 modules/up/src/Core/gnu/regex.c boolean is_lower = STREQ (str, "lower"); STREQ 1488 modules/up/src/Core/gnu/regex.c boolean is_print = STREQ (str, "print"); STREQ 1489 modules/up/src/Core/gnu/regex.c boolean is_punct = STREQ (str, "punct"); STREQ 1490 modules/up/src/Core/gnu/regex.c boolean is_space = STREQ (str, "space"); STREQ 1491 modules/up/src/Core/gnu/regex.c boolean is_upper = STREQ (str, "upper"); STREQ 1492 modules/up/src/Core/gnu/regex.c boolean is_xdigit = STREQ (str, "xdigit"); STREQ 1053 modules/up/src/gnug++/regex.c (STREQ (string, "alpha") || STREQ (string, "upper") \ STREQ 1053 modules/up/src/gnug++/regex.c (STREQ (string, "alpha") || STREQ (string, "upper") \ STREQ 1054 modules/up/src/gnug++/regex.c || STREQ (string, "lower") || STREQ (string, "digit") \ STREQ 1054 modules/up/src/gnug++/regex.c || STREQ (string, "lower") || STREQ (string, "digit") \ STREQ 1055 modules/up/src/gnug++/regex.c || STREQ (string, "alnum") || STREQ (string, "xdigit") \ STREQ 1055 modules/up/src/gnug++/regex.c || STREQ (string, "alnum") || STREQ (string, "xdigit") \ STREQ 1056 modules/up/src/gnug++/regex.c || STREQ (string, "space") || STREQ (string, "print") \ STREQ 1056 modules/up/src/gnug++/regex.c || STREQ (string, "space") || STREQ (string, "print") \ STREQ 1057 modules/up/src/gnug++/regex.c || STREQ (string, "punct") || STREQ (string, "graph") \ STREQ 1057 modules/up/src/gnug++/regex.c || STREQ (string, "punct") || STREQ (string, "graph") \ STREQ 1058 modules/up/src/gnug++/regex.c || STREQ (string, "cntrl") || STREQ (string, "blank")) STREQ 1058 modules/up/src/gnug++/regex.c || STREQ (string, "cntrl") || STREQ (string, "blank")) STREQ 1481 modules/up/src/gnug++/regex.c boolean is_alnum = STREQ (str, "alnum"); STREQ 1482 modules/up/src/gnug++/regex.c boolean is_alpha = STREQ (str, "alpha"); STREQ 1483 modules/up/src/gnug++/regex.c boolean is_blank = STREQ (str, "blank"); STREQ 1484 modules/up/src/gnug++/regex.c boolean is_cntrl = STREQ (str, "cntrl"); STREQ 1485 modules/up/src/gnug++/regex.c boolean is_digit = STREQ (str, "digit"); STREQ 1486 modules/up/src/gnug++/regex.c boolean is_graph = STREQ (str, "graph"); STREQ 1487 modules/up/src/gnug++/regex.c boolean is_lower = STREQ (str, "lower"); STREQ 1488 modules/up/src/gnug++/regex.c boolean is_print = STREQ (str, "print"); STREQ 1489 modules/up/src/gnug++/regex.c boolean is_punct = STREQ (str, "punct"); STREQ 1490 modules/up/src/gnug++/regex.c boolean is_space = STREQ (str, "space"); STREQ 1491 modules/up/src/gnug++/regex.c boolean is_upper = STREQ (str, "upper"); STREQ 1492 modules/up/src/gnug++/regex.c boolean is_xdigit = STREQ (str, "xdigit");