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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblunicode/utbm/
H A Dutbm.h89 unsigned long *match_end));
H A DREADME79 unsigned long flags, match_start, match_end;
99 if (utbm_exec(pat, text, textlen, &match_start, &match_end))
100 printf("MATCH: %ld %ld\n", match_start, match_end);
H A Dutbm.c114 unsigned long *match_start, unsigned long *match_end)
124 *match_end = (start - text) + 1;
133 *match_end = *match_end + 1;
435 unsigned long *match_start, unsigned long *match_end)
463 _utbm_match(pat, text, start, end, match_start, match_end))
113 _utbm_match(utbm_pattern_t pat, ucs2_t *text, ucs2_t *start, ucs2_t *end, unsigned long *match_start, unsigned long *match_end) argument
434 utbm_exec(utbm_pattern_t pat, ucs2_t *text, unsigned long textlen, unsigned long *match_start, unsigned long *match_end) argument
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblunicode/ure/
H A Dure.h138 unsigned long *match_end));
H A Dure.c1950 unsigned long *match_start, unsigned long *match_end)
1967 *match_start = *match_end = 0;
2128 *match_end = me;
1949 ure_exec(ure_dfa_t dfa, int flags, ucs2_t *text, unsigned long textlen, unsigned long *match_start, unsigned long *match_end) argument
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexp_clib.c1756 char *match_end; /* one beyond end of matched string */
1806 fp->match_end = fp->buffer;
2455 exp_match_end = f->match_end;
2678 f->match_end = exp_match_end;
1755 char *match_end; /* one beyond end of matched string */ member in struct:f
/macosx-10.9.5/emacs-92/emacs/src/
H A Dregex.c5052 re_char *match_end = NULL;
5178 boolean same_str_p = (FIRST_STRING_P (match_end)
5186 best_match_p = d > match_end;
5199 match_end = d;
5225 d = match_end;
5025 re_char *match_end = NULL; local
/macosx-10.9.5/lsof-52/lsof/lib/
H A Dregex.c4436 const char *match_end = NULL;
4580 boolean same_str_p = (FIRST_STRING_P (match_end)
4588 best_match_p = d > match_end;
4601 match_end = d;
4627 d = match_end;
4416 const char *match_end = NULL; local
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c5682 const CHAR_T *match_end = NULL;
5930 boolean same_str_p = (FIRST_STRING_P (match_end)
5938 best_match_p = d > match_end;
5951 match_end = d;
5977 d = match_end;
5665 const CHAR_T *match_end = NULL; local
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c5810 const CHAR_T *match_end = NULL;
6148 boolean same_str_p = (FIRST_STRING_P (match_end)
6156 best_match_p = d > match_end;
6169 match_end = d;
6195 d = match_end;
5793 const CHAR_T *match_end = NULL; local
/macosx-10.9.5/ruby-104/ruby/
H A Dre.c1170 match_end(VALUE match, VALUE n) function
3593 rb_define_method(rb_cMatch, "end", match_end, 1);

Completed in 313 milliseconds