Home
last modified time | relevance | path

Searched refs:TERM (Results 1 - 25 of 59) sorted by relevance

123

/third_party/node/lib/internal/
H A Dtty.js133 env.TERM === 'dumb') {
200 if (env.TERM) {
201 if (RegExpPrototypeExec(/^xterm-256/, env.TERM) !== null) {
205 const termEnv = StringPrototypeToLowerCase(env.TERM);
/third_party/node/deps/npm/node_modules/chalk/source/vendor/supports-color/
H A Dindex.js96 if (env.TERM === 'dumb') {
134 if (env.TERM === 'xterm-kitty') {
153 if (/-256(color)?$/i.test(env.TERM)) {
157 if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) {
/third_party/node/deps/npm/node_modules/supports-color/
H A Dindex.js96 if (env.TERM === 'dumb') {
134 if (env.TERM === 'xterm-kitty') {
153 if (/-256(color)?$/i.test(env.TERM)) {
157 if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) {
/third_party/node/deps/npm/node_modules/@colors/colors/lib/system/
H A Dsupports-colors.js123 if (/-256(color)?$/i.test(env.TERM)) {
127 if (/^screen|^xterm|^vt100|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) {
135 if (env.TERM === 'dumb') {
/third_party/ltp/testcases/kernel/controllers/cgroup/
H A Dcgroup_regression_test.sh99 kill -TERM $!
104 kill -TERM $!
300 kill -TERM $!
325 kill -TERM $!
/third_party/node/test/parallel/
H A Dtest-repl-envvars.js31 env: { TERM: 'dumb' },
35 env: { TERM: 'dumb', FORCE_COLOR: '1' },
/third_party/node/tools/dep_updaters/
H A Dupdate-ada.sh28 trap cleanup INT TERM EXIT
H A Dupdate-nghttp3.sh41 trap cleanup INT TERM EXIT
H A Dupdate-npm.sh32 trap cleanup INT TERM EXIT
H A Dupdate-histogram.sh41 trap cleanup INT TERM EXIT
H A Dupdate-simdutf.sh39 trap cleanup INT TERM EXIT
H A Dupdate-openssl.sh88 trap cleanup INT TERM EXIT
H A Dupdate-nghttp2.sh41 trap cleanup INT TERM EXIT
H A Dupdate-ngtcp2.sh41 trap cleanup INT TERM EXIT
H A Dupdate-base64.sh41 trap cleanup INT TERM EXIT
H A Dupdate-libuv.sh47 trap cleanup INT TERM EXIT
H A Dupdate-cjs-module-lexer.sh41 trap cleanup INT TERM EXIT
/third_party/pulseaudio/src/tests/
H A Dtest-daemon.sh65 kill -TERM $DBUS_SESSION_BUS_PID || die "Message bus vanished! should not have happened" && echo "Killed daemon $DBUS_SESSION_BUS_PID" >&2
/third_party/mbedtls/programs/
H A Ddemo_common.sh129 trap 'cleanup; trap - TERM; kill -TERM $$' TERM
/third_party/node/deps/v8/tools/cppgc/
H A Dtest_cmake.sh26 trap "exit 1" HUP INT PIPE QUIT TERM
/third_party/node/tools/
H A Dupdate-llhttp.sh24 trap cleanup INT TERM EXIT
/third_party/musl/porting/linux/user/tools/
H A Dinstall.sh48 trap 'rm -f "$tmp"' EXIT INT QUIT TERM HUP
/third_party/musl/tools/
H A Dinstall.sh48 trap 'rm -f "$tmp"' EXIT INT QUIT TERM HUP
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
H A Dlunr.js3078 lunr.QueryLexer.TERM = 'TERM'
3093 lexer.emit(lunr.QueryLexer.TERM)
3119 lexer.emit(lunr.QueryLexer.TERM)
3157 lexer.emit(lunr.QueryLexer.TERM)
3165 lexer.emit(lunr.QueryLexer.TERM)
3240 case lunr.QueryLexer.TERM:
3282 case lunr.QueryLexer.TERM:
3314 case lunr.QueryLexer.TERM:
3343 case lunr.QueryLexer.TERM
[all...]
/third_party/mbedtls/programs/test/
H A Dudp_proxy_wrapper.sh38 trap cleanup INT TERM HUP

Completed in 8 milliseconds

123