read_from_stdin   183 builtin/checkout-index.c 	int read_from_stdin = 0;
read_from_stdin   200 builtin/checkout-index.c 		OPT_BOOL(0, "stdin", &read_from_stdin,
read_from_stdin   248 builtin/checkout-index.c 		if (read_from_stdin)
read_from_stdin   255 builtin/checkout-index.c 	if (read_from_stdin) {
read_from_stdin   274 builtin/shortlog.c 		read_from_stdin(&log);
read_from_stdin   859 builtin/update-index.c 	int *read_from_stdin = opt->value;
read_from_stdin   863 builtin/update-index.c 	*read_from_stdin = 1;
read_from_stdin   906 builtin/update-index.c 	int read_from_stdin = 0;
read_from_stdin   968 builtin/update-index.c 		{OPTION_LOWLEVEL_CALLBACK, 0, "stdin", &read_from_stdin, NULL,
read_from_stdin  1072 builtin/update-index.c 	if (read_from_stdin) {
read_from_stdin  2214 revision.c     	int i, flags, left, seen_dashdash, read_from_stdin, got_rev_arg = 0, revarg_opt;
read_from_stdin  2245 revision.c     	read_from_stdin = 0;
read_from_stdin  2264 revision.c     				if (read_from_stdin++)