Home
last modified time | relevance | path

Searched refs:no_match (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tcsh/
H A Dglob.c302 int no_match; in glob() local
328 no_match = *patnext == not; in glob()
329 if (no_match) in glob()
419 if ((err = glob1(patbuf, pglob, no_match)) != 0) { in glob()
466 glob1(Char *pattern, glob_t *pglob, int no_match) in glob1() argument
476 err = glob2(&pathbuf, pattern, pglob, no_match); in glob1()
487 glob2(struct strbuf *pathbuf, const Char *pattern, glob_t *pglob, int no_match) in glob2() argument
539 return (glob3(pathbuf, pattern, p, pattern, pglob, no_match)); in glob2()
565 const Char *pglobstar, glob_t *pglob, int no_match) in glob3() argument
597 glob2(pathbuf, restpattern - 1, pglob, no_match) : in glob3()
[all …]
/freebsd/contrib/bmake/
H A Dstr.c333 goto no_match; in Str_Match()
356 goto no_match; in Str_Match()
375 goto no_match; in Str_Match()
398 no_match: in Str_Match()
H A Dvar.c1657 goto no_match; in ModifyWord_SubstRegex()
1665 no_match: in ModifyWord_SubstRegex()