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

  /src/external/gpl2/gmake/dist/glob/
glob.c 296 const char *next_brace_sub __P ((const char *begin));
315 next_brace_sub (begin)
415 next = next_brace_sub (begin + 1);
429 rest = next_brace_sub (rest + 1);
491 next = next_brace_sub (p);
314 next_brace_sub (begin) function
  /src/external/gpl2/xcvs/dist/lib/
glob.c 196 static const char *next_brace_sub (const char *begin, int flags) __THROW;
211 next_brace_sub (const char *cp, int flags)
326 next = next_brace_sub (begin + 1, flags);
340 rest = next_brace_sub (rest + 1, flags);
400 next = next_brace_sub (p, flags);
210 next_brace_sub (const char *cp, int flags) function
  /src/external/gpl3/gdb/dist/gnulib/import/
glob.c 101 static const char *next_brace_sub (const char *begin, int flags) __THROWNL;
267 next_brace_sub (const char *cp, int flags)
409 next = next_brace_sub (begin + 1, flags);
424 rest = next_brace_sub (rest + 1, flags);
471 next = next_brace_sub (p, flags);
266 next_brace_sub (const char *cp, int flags) function
  /src/external/gpl3/gdb.old/dist/gnulib/import/
glob.c 101 static const char *next_brace_sub (const char *begin, int flags) __THROWNL;
267 next_brace_sub (const char *cp, int flags)
409 next = next_brace_sub (begin + 1, flags);
424 rest = next_brace_sub (rest + 1, flags);
471 next = next_brace_sub (p, flags);
266 next_brace_sub (const char *cp, int flags) function

Completed in 68 milliseconds