Go to the source code of this file.
◆ _function_ref_rgxp
char _function_ref_rgxp[] = "^\\[.+\\]$" |
|
static |
◆ _multiple_wildcard_rgxp
char _multiple_wildcard_rgxp[] = "^<>\\*$" |
|
static |
◆ _rule_ref_rgxp
char _rule_ref_rgxp[] = "^.+()$" |
|
static |
◆ _single_name_rgxp
char _single_name_rgxp[] = "^<.+>$" |
|
static |
◆ _single_wildcard_rgxp
char _single_wildcard_rgxp[] = "^<>$" |
|
static |
◆ _subpattern_index_rgxp
char _subpattern_index_rgxp[] = "^\\\\[0-9]$" |
|
static |
◆ TINY_REGEX_C_FAIL
int TINY_REGEX_C_FAIL = -1 |
|
static |