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

/haiku/src/build/libgnuregex/
H A Dregex.c114 #define SYNTAX(c) re_syntax_table[c] macro
804 The argument SYNTAX is a bit mask comprised of the various bits
1046 /* `regex_compile' compiles PATTERN (of length SIZE) according to SYNTAX.
1055 `syntax' is set to SYNTAX;
2631 if (SYNTAX (j) == Sword)
2638 if (SYNTAX (j) != Sword)
2665 if (SYNTAX (j) == (enum syntaxcode) k)
2673 if (SYNTAX (j) != (enum syntaxcode) k)
3096 (SYNTAX ((d) == end1 ? *string2 \
4250 if (SYNTAX (*
[all...]

Completed in 37 milliseconds