Home
last modified time | relevance | path

Searched refs:color_stdout_is_tty (Results 1 – 18 of 18) sorted by relevance

/dports/devel/git-svn/git-2.34.1/
H A Dcolor.h76 extern int color_stdout_is_tty;
H A Dcolor.c6 int color_stdout_is_tty = -1; variable
358 int *is_tty_p = fd == 1 ? &color_stdout_is_tty : &color_stderr_is_tty; in check_auto_color()
/dports/devel/git-gui/git-2.34.1/
H A Dcolor.h76 extern int color_stdout_is_tty;
H A Dcolor.c6 int color_stdout_is_tty = -1; variable
358 int *is_tty_p = fd == 1 ? &color_stdout_is_tty : &color_stderr_is_tty; in check_auto_color()
/dports/devel/git-p4/git-2.34.1/
H A Dcolor.h76 extern int color_stdout_is_tty; in parse_ansi_color()
H A Dcolor.c6 int color_stdout_is_tty = -1;
358 int *is_tty_p = fd == 1 ? &color_stdout_is_tty : &color_stderr_is_tty;
/dports/devel/git/git-2.34.1/
H A Dcolor.h76 extern int color_stdout_is_tty;
H A Dcolor.c6 int color_stdout_is_tty = -1; variable
358 int *is_tty_p = fd == 1 ? &color_stdout_is_tty : &color_stderr_is_tty; in check_auto_color()
/dports/devel/git-cvs/git-2.34.1/
H A Dcolor.h76 extern int color_stdout_is_tty;
H A Dcolor.c6 int color_stdout_is_tty = -1; variable
358 int *is_tty_p = fd == 1 ? &color_stdout_is_tty : &color_stderr_is_tty; in check_auto_color()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dcolor.h76 extern int color_stdout_is_tty;
H A Dcolor.c6 int color_stdout_is_tty = -1; variable
325 int *is_tty_p = fd == 1 ? &color_stdout_is_tty : &color_stderr_is_tty; in check_auto_color()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dconfig.c867 color_stdout_is_tty = git_config_bool("command line", argv[1]); in cmd_config()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dconfig.c963 color_stdout_is_tty = git_config_bool("command line", argv[1]); in cmd_config()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dconfig.c963 color_stdout_is_tty = git_config_bool("command line", argv[1]); in cmd_config()
/dports/devel/git/git-2.34.1/builtin/
H A Dconfig.c963 color_stdout_is_tty = git_config_bool("command line", argv[1]); in cmd_config()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dconfig.c963 color_stdout_is_tty = git_config_bool("command line", argv[1]); in cmd_config()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dconfig.c963 color_stdout_is_tty = git_config_bool("command line", argv[1]); in cmd_config()