search for: re_search

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

Did you mean: res_search
2003 Apr 28
1
Red Hat 9 regex symbol conflict
...g STRING (with length LENGTH) for the pattern *************** *** 473,486 **** characters. Return the starting position of the match, -1 for no match, or -2 for an internal error. Also return register information in REGS (if REGS and BUFFER->no_sub are nonzero). */ ! extern int re_search _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string, int length, int start, int range, struct re_registers *regs)); /* Like `re_search', but search in the concatenation of STRING1 and STRING2. Also, stop searching at index START + STOP. */ ! extern i...