MCPcopy Create free account

hub / github.com/mattn/go-isatty / functions

Functions19 in github.com/mattn/go-isatty

↓ 2 callersFunctionisCygwinPipeName
Check pipe name is used for cygwin/msys2 pty. Cygwin/MSYS2 PTY has a name like: \{cygwin,msys}-XXXXXXXXXXXXXXXX-ptyN-{from,to}-master
isatty_windows.go:46
↓ 1 callersFunctionIsCygwinTerminal
IsCygwinTerminal return true if the file descriptor is a cygwin or msys2 terminal. This is also always false on this environment.
isatty_bsd.go:17
↓ 1 callersFunctionIsTerminal
IsTerminal return true if the file descriptor is terminal.
isatty_bsd.go:10
↓ 1 callersFunctiongetFileNameByHandle
getFileNameByHandle use the undocomented ntdll NtQueryObject to get file full name from file handler since GetFileInformationByHandleEx is not availab
isatty_windows.go:83
FunctionExample
()
example_test.go:10
FunctionIsCygwinTerminal
IsCygwinTerminal return true if the file descriptor is a cygwin or msys2 terminal. This is also always false on this environment.
isatty_solaris.go:19
FunctionIsCygwinTerminal
IsCygwinTerminal return true if the file descriptor is a cygwin or msys2 terminal. This is also always false on this environment.
isatty_tcgets.go:17
FunctionIsCygwinTerminal
IsCygwinTerminal() return true if the file descriptor is a cygwin or msys2 terminal.
isatty_windows.go:100
FunctionIsCygwinTerminal
IsCygwinTerminal() return true if the file descriptor is a cygwin or msys2 terminal. This is also always false on this environment.
isatty_others.go:14
FunctionIsCygwinTerminal
IsCygwinTerminal return true if the file descriptor is a cygwin or msys2 terminal. This is also always false on this environment.
isatty_plan9.go:21
FunctionIsTerminal
IsTerminal returns true if the given file descriptor is a terminal. see: https://src.illumos.org/source/xref/illumos-gate/usr/src/lib/libc/port/gen/is
isatty_solaris.go:12
FunctionIsTerminal
IsTerminal return true if the file descriptor is terminal.
isatty_tcgets.go:10
FunctionIsTerminal
IsTerminal return true if the file descriptor is terminal.
isatty_windows.go:37
FunctionIsTerminal
IsTerminal returns true if the file descriptor is terminal which is always false on js and appengine classic which is a sandboxed PaaS.
isatty_others.go:8
FunctionIsTerminal
IsTerminal returns true if the given file descriptor is a terminal.
isatty_plan9.go:11
FunctionTestCygwinPipeName
(t *testing.T)
isatty_others_test.go:16
FunctionTestCygwinPipeName
(t *testing.T)
isatty_windows_test.go:10
FunctionTestTerminal
(t *testing.T)
isatty_others_test.go:11
Functioninit
()
isatty_windows.go:29