Searched refs:SYNTAX (Results 1 - 1 of 1) sorted by relevance

/external/clearsilver/util/regex/
H A Dregex.c157 #define SYNTAX(c) re_syntax_table[c] macro
925 The argument SYNTAX is a bit mask comprised of the various bits
1653 /* `regex_compile' compiles PATTERN (of length SIZE) according to SYNTAX.
1662 `syntax' is set to SYNTAX;
3036 if (SYNTAX (j) == Sword)
3043 if (SYNTAX (j) != Sword)
3073 if (SYNTAX (j) == (enum syntaxcode) k)
3081 if (SYNTAX (j) != (enum syntaxcode) k)
3494 (SYNTAX ((d) == end1 ? *string2 \
4823 /* Can't use *d++ here; SYNTAX ma
[all...]

Completed in 17 milliseconds