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

  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 2234 static const char **best_regstart, **best_regend;
2253 RETALLOC_IF (best_regstart, num_regs, const char *);
5352 FREE_VAR (best_regstart); \
5373 FREE_VAR (best_regstart); \
5684 const CHAR_T **best_regstart, **best_regend;
5809 best_regstart = REGEX_TALLOC (num_regs, const CHAR_T *);
5816 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
5826 regstart = regend = old_regstart = old_regend = best_regstart
6060 best_regstart[mcnt] = regstart[mcnt];
6086 regstart[mcnt] = best_regstart[mcnt]
2222 static const char **best_regstart, **best_regend; variable
5667 const CHAR_T **best_regstart, **best_regend; local
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 2235 static const char **best_regstart, **best_regend;
2254 RETALLOC_IF (best_regstart, num_regs, const char *);
5353 FREE_VAR (best_regstart); \
5374 FREE_VAR (best_regstart); \
5677 const CHAR_T **best_regstart, **best_regend;
5720 best_regstart = REGEX_TALLOC (num_regs, const CHAR_T *);
5727 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
5737 regstart = regend = old_regstart = old_regend = best_regstart
5966 best_regstart[mcnt] = regstart[mcnt];
5992 regstart[mcnt] = best_regstart[mcnt]
2223 static const char **best_regstart, **best_regend; variable
5660 const CHAR_T **best_regstart, **best_regend; local
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 2235 static const char **best_regstart, **best_regend;
2254 RETALLOC_IF (best_regstart, num_regs, const char *);
5353 FREE_VAR (best_regstart); \
5374 FREE_VAR (best_regstart); \
5677 const CHAR_T **best_regstart, **best_regend;
5720 best_regstart = REGEX_TALLOC (num_regs, const CHAR_T *);
5727 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
5737 regstart = regend = old_regstart = old_regend = best_regstart
5966 best_regstart[mcnt] = regstart[mcnt];
5992 regstart[mcnt] = best_regstart[mcnt]
2223 static const char **best_regstart, **best_regend; variable
5660 const CHAR_T **best_regstart, **best_regend; local
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 2235 static const char **best_regstart, **best_regend;
2254 RETALLOC_IF (best_regstart, num_regs, const char *);
5353 FREE_VAR (best_regstart); \
5374 FREE_VAR (best_regstart); \
5677 const CHAR_T **best_regstart, **best_regend;
5720 best_regstart = REGEX_TALLOC (num_regs, const CHAR_T *);
5727 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
5737 regstart = regend = old_regstart = old_regend = best_regstart
5966 best_regstart[mcnt] = regstart[mcnt];
5992 regstart[mcnt] = best_regstart[mcnt]
2223 static const char **best_regstart, **best_regend; variable
5660 const CHAR_T **best_regstart, **best_regend; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 2235 static const char **best_regstart, **best_regend;
2254 RETALLOC_IF (best_regstart, num_regs, const char *);
5353 FREE_VAR (best_regstart); \
5374 FREE_VAR (best_regstart); \
5677 const CHAR_T **best_regstart, **best_regend;
5720 best_regstart = REGEX_TALLOC (num_regs, const CHAR_T *);
5727 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
5737 regstart = regend = old_regstart = old_regend = best_regstart
5966 best_regstart[mcnt] = regstart[mcnt];
5992 regstart[mcnt] = best_regstart[mcnt]
2223 static const char **best_regstart, **best_regend; variable
5660 const CHAR_T **best_regstart, **best_regend; local
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 2235 static const char **best_regstart, **best_regend;
2254 RETALLOC_IF (best_regstart, num_regs, const char *);
5353 FREE_VAR (best_regstart); \
5374 FREE_VAR (best_regstart); \
5677 const CHAR_T **best_regstart, **best_regend;
5720 best_regstart = REGEX_TALLOC (num_regs, const CHAR_T *);
5727 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
5737 regstart = regend = old_regstart = old_regend = best_regstart
5966 best_regstart[mcnt] = regstart[mcnt];
5992 regstart[mcnt] = best_regstart[mcnt]
2223 static const char **best_regstart, **best_regend; variable
5660 const CHAR_T **best_regstart, **best_regend; local
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 2235 static const char **best_regstart, **best_regend;
2254 RETALLOC_IF (best_regstart, num_regs, const char *);
5353 FREE_VAR (best_regstart); \
5374 FREE_VAR (best_regstart); \
5677 const CHAR_T **best_regstart, **best_regend;
5720 best_regstart = REGEX_TALLOC (num_regs, const CHAR_T *);
5727 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
5737 regstart = regend = old_regstart = old_regend = best_regstart
5966 best_regstart[mcnt] = regstart[mcnt];
5992 regstart[mcnt] = best_regstart[mcnt]
2223 static const char **best_regstart, **best_regend; variable
5660 const CHAR_T **best_regstart, **best_regend; local
    [all...]
  /src/external/gpl2/diffutils/dist/lib/
regex.c 2304 static const char **best_regstart, **best_regend;
2324 RETALLOC_IF (best_regstart, num_regs, const char *);
5461 FREE_VAR (best_regstart); \
5482 FREE_VAR (best_regstart); \
5801 const CHAR_T **best_regstart, **best_regend;
5926 best_regstart = REGEX_TALLOC (num_regs, const CHAR_T *);
5933 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
5943 regstart = regend = old_regstart = old_regend = best_regstart
6177 best_regstart[mcnt] = regstart[mcnt];
6203 regstart[mcnt] = best_regstart[mcnt]
2292 static const char **best_regstart, **best_regend; variable
5784 const CHAR_T **best_regstart, **best_regend; local
    [all...]
  /src/external/gpl2/grep/dist/lib/
regex.c 2218 static const char **best_regstart, **best_regend;
2236 RETALLOC_IF (best_regstart, num_regs, const char *);
5187 FREE_VAR (best_regstart); \
5205 FREE_VAR (best_regstart); \
5474 const CHAR_TYPE **best_regstart, **best_regend;
5517 best_regstart = REGEX_TALLOC (num_regs, const CHAR_TYPE *);
5524 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
5534 regstart = regend = old_regstart = old_regend = best_regstart
5748 best_regstart[mcnt] = regstart[mcnt];
5774 regstart[mcnt] = best_regstart[mcnt]
2205 static const char **best_regstart, **best_regend; variable
5454 const CHAR_TYPE **best_regstart, **best_regend; local
    [all...]

Completed in 68 milliseconds