HomeSort by: relevance | last modified time | path
    Searched defs:match_end (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 5695 const CHAR_T *match_end = NULL;
6033 boolean same_str_p = (FIRST_STRING_P (match_end)
6041 best_match_p = d > match_end;
6054 match_end = d;
6080 d = match_end;
5678 const CHAR_T *match_end = NULL; local
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 5688 const CHAR_T *match_end = NULL;
5941 same_str_p = (FIRST_STRING_P (match_end)
5947 best_match_p = d > match_end;
5960 match_end = d;
5986 d = match_end;
5671 const CHAR_T *match_end = NULL; local
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 5688 const CHAR_T *match_end = NULL;
5941 same_str_p = (FIRST_STRING_P (match_end)
5947 best_match_p = d > match_end;
5960 match_end = d;
5986 d = match_end;
5671 const CHAR_T *match_end = NULL; local
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 5688 const CHAR_T *match_end = NULL;
5941 same_str_p = (FIRST_STRING_P (match_end)
5947 best_match_p = d > match_end;
5960 match_end = d;
5986 d = match_end;
5671 const CHAR_T *match_end = NULL; local
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 5688 const CHAR_T *match_end = NULL;
5941 same_str_p = (FIRST_STRING_P (match_end)
5947 best_match_p = d > match_end;
5960 match_end = d;
5986 d = match_end;
5671 const CHAR_T *match_end = NULL; local
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 5688 const CHAR_T *match_end = NULL;
5941 same_str_p = (FIRST_STRING_P (match_end)
5947 best_match_p = d > match_end;
5960 match_end = d;
5986 d = match_end;
5671 const CHAR_T *match_end = NULL; local
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 5688 const CHAR_T *match_end = NULL;
5941 same_str_p = (FIRST_STRING_P (match_end)
5947 best_match_p = d > match_end;
5960 match_end = d;
5986 d = match_end;
5671 const CHAR_T *match_end = NULL; local
  /src/external/gpl2/diffutils/dist/lib/
regex.c 5812 const CHAR_T *match_end = NULL;
6150 boolean same_str_p = (FIRST_STRING_P (match_end)
6158 best_match_p = d > match_end;
6171 match_end = d;
6197 d = match_end;
5795 const CHAR_T *match_end = NULL; local
  /src/external/gpl2/grep/dist/lib/
regex.c 5485 const CHAR_TYPE *match_end = NULL;
5721 boolean same_str_p = (FIRST_STRING_P (match_end)
5729 best_match_p = d > match_end;
5742 match_end = d;
5768 d = match_end;
5465 const CHAR_TYPE *match_end = NULL; local

Completed in 109 milliseconds