show_modified      25 builtin/ls-files.c static int show_modified;
show_modified     248 builtin/ls-files.c 	if (show_deleted || show_modified) {
show_modified     263 builtin/ls-files.c 			if (show_modified && ce_modified(ce, &st, 0))
show_modified     422 builtin/ls-files.c 		OPT_BOOL('m', "modified", &show_modified,
show_modified     494 builtin/ls-files.c 	if (show_modified || show_others || show_deleted || (dir.flags & DIR_SHOW_IGNORED) || show_killed)
show_modified     526 builtin/ls-files.c 	      show_killed || show_modified || show_resolve_undo))
show_modified     416 diff-lib.c     	show_modified(revs, tree, idx, 1, cached, match_missing);