ce_path_match     318 builtin/checkout.c 		if (ce_path_match(ce, &opts->pathspec, ps_matched))
ce_path_match     252 builtin/commit.c 		if (!ce_path_match(ce, pattern, m))
ce_path_match     380 builtin/grep.c 		if (!ce_path_match(ce, pathspec, NULL))
ce_path_match     310 builtin/rm.c   		if (!ce_path_match(ce, &pathspec, seen))
ce_path_match     729 builtin/update-index.c 		if (ce_stage(ce) || !ce_path_match(ce, &pathspec, NULL))
ce_path_match     109 diff-lib.c     		if (!ce_path_match(ce, &revs->prune_data, NULL))
ce_path_match     450 diff-lib.c     	if (ce_path_match(idx ? idx : tree, &revs->prune_data, NULL)) {
ce_path_match      36 pathspec.c     		ce_path_match(ce, pathspec, seen);
ce_path_match      56 preload-index.c 		if (!ce_path_match(ce, &p->pathspec, NULL))
ce_path_match    1202 read-cache.c   		if (pathspec && !ce_path_match(ce, pathspec, seen))
ce_path_match     188 resolve-undo.c 		if (!ce_path_match(ce, pathspec, NULL))
ce_path_match    1478 revision.c     		if (ce_path_match(ce, &revs->prune_data, NULL)) {
ce_path_match     555 wt-status.c    		if (!ce_path_match(ce, &s->pathspec, NULL))