DIR_SHOW_IGNORED  508 builtin/checkout.c 			topts.dir->flags |= DIR_SHOW_IGNORED;
DIR_SHOW_IGNORED  920 builtin/clean.c 		dir.flags |= DIR_SHOW_IGNORED;
DIR_SHOW_IGNORED  237 builtin/ls-files.c 			if ((dir->flags & DIR_SHOW_IGNORED) &&
DIR_SHOW_IGNORED  253 builtin/ls-files.c 			if ((dir->flags & DIR_SHOW_IGNORED) &&
DIR_SHOW_IGNORED  428 builtin/ls-files.c 			DIR_SHOW_IGNORED),
DIR_SHOW_IGNORED  494 builtin/ls-files.c 	if (show_modified || show_others || show_deleted || (dir.flags & DIR_SHOW_IGNORED) || show_killed)
DIR_SHOW_IGNORED  521 builtin/ls-files.c 	if ((dir.flags & DIR_SHOW_IGNORED) && !exc_given)
DIR_SHOW_IGNORED   60 builtin/read-tree.c 	dir->flags |= DIR_SHOW_IGNORED;
DIR_SHOW_IGNORED 1478 dir.c          	if (exclude && !(dir->flags & (DIR_SHOW_IGNORED|DIR_SHOW_IGNORED_TOO)))
DIR_SHOW_IGNORED 1727 dir.c          			if (dir->flags & DIR_SHOW_IGNORED)
DIR_SHOW_IGNORED 1737 dir.c          			if (dir->flags & DIR_SHOW_IGNORED)
DIR_SHOW_IGNORED 1902 dir.c          	    (dir->flags & (DIR_SHOW_IGNORED | DIR_SHOW_IGNORED_TOO |
DIR_SHOW_IGNORED   67 merge.c        		dir.flags |= DIR_SHOW_IGNORED;