search for: re_pattern_buffer

Displaying 1 result from an estimated 1 matches for "re_pattern_buffer".

2003 Apr 28
1
Red Hat 9 regex symbol conflict
...pression PATTERN, with length LENGTH and syntax given by the global `re_syntax_options', into the buffer BUFFER. Return NULL if successful, and an error string if not. */ ! extern const char *re_compile_pattern _RE_ARGS ((const char *pattern, size_t length, struct re_pattern_buffer *buffer)); --- 452,463 ---- /* Sets the current default syntax to SYNTAX, and return the old syntax. You can also simply assign to the `re_syntax_options' variable. */ ! static reg_syntax_t re_set_syntax _RE_ARGS ((reg_syntax_t syntax)); /* Compile the regular expression PATT...