/third_party/weston/clients/ |
D | terminal.c | 434 struct terminal { struct 435 struct window *window; 436 struct widget *widget; 437 struct display *display; 438 char *title; 439 union utf8_char *data; 440 struct task io_task; 441 char *tab_ruler; 442 struct attr *data_attr; 443 struct attr curr_attr; [all …]
|
/third_party/node/test/parallel/ |
D | test-readline-interface.js | 192 const [rli, fi] = getInterface({ terminal: true }); property 203 const [rli, fi] = getInterface({ terminal: true }); property 215 const [rli, fi] = getInterface({ terminal: true, completer }); property 229 const [rli, fi] = getInterface({ terminal: true }); property 241 const [rli, fi] = getInterface({ terminal: true }); property 256 const [rli, fi] = getInterface({ terminal: true }); property 274 terminal: true, property 351 terminal: true, property 380 const [rli, fi] = getInterface({ terminal: true }); property 403 const [rli, fi] = getInterface({ terminal: true, historySize: 2 }); property [all …]
|
D | test-repl-envvars.js | 14 expected: { terminal: true, useColors: true } property 18 expected: { terminal: true, useColors: false } property 22 expected: { terminal: false, useColors: false } property 26 expected: { terminal: true, useColors: false } property 30 expected: { terminal: false, useColors: false } property 34 expected: { terminal: true, useColors: true } property 43 terminal: true, property
|
D | test-readline.js | 12 terminal: true, property 26 terminal: true, property 38 terminal: true, property 52 terminal: true, property 90 terminal: true, property 126 terminal: true, property
|
D | test-readline-reopen.js | 17 terminal: true property 35 terminal: true property
|
D | test-repl-preview.js | 195 tests({ terminal: false }); // No preview property 196 tests({ terminal: true }); // Preview property 197 tests({ terminal: false, preview: false }); // No preview property 198 tests({ terminal: false, preview: true }); // No preview property 199 tests({ terminal: true, preview: true }); // Preview property
|
D | test-readline-tab-complete.js | 49 terminal: true, property 90 terminal: true, property 122 terminal: true, property
|
D | test-repl-end-emits-exit.js | 37 terminal: true property 56 terminal: false property
|
D | test-repl-mode.js | 48 terminal: true property 84 terminal: false, property
|
D | test-repl-no-terminal.js | 5 const r = repl.start({ terminal: false }); property
|
D | test-repl-options.js | 51 terminal: true property 80 terminal: false, property
|
D | test-repl-pretty-stack-custom-writer.js | 16 terminal: false, property
|
D | test-readline-position.js | 15 terminal: true, property
|
D | test-repl-function-definition-edge-case.js | 33 terminal: false, property
|
D | test-repl-uncaught-exception-async.js | 21 terminal: false, property
|
D | test-readline-undefined-columns.js | 17 terminal: true, property
|
D | test-readline-set-raw-mode.js | 50 terminal: true property
|
D | test-repl-definecommand.js | 19 terminal: true property
|
D | test-repl-multiline.js | 19 terminal: true, property
|
/third_party/boost/boost/spirit/home/support/ |
D | terminal.hpp | 248 struct terminal struct 262 terminal() {} in terminal() function 264 terminal(Terminal const& t) in terminal() function 270 // warning C4348: 'boost::spirit::terminal<...>::result_helper': redefinition of default parameter:… 289 struct result_helper<false, A0> 305 struct result_helper<false, A0, A1> 323 struct result_helper<false, A0, A1, A2> 342 struct result_helper<true, A0, A1, A2> 358 struct result 369 struct result<This(A0)> [all …]
|
/third_party/boost/boost/phoenix/core/ |
D | terminal.hpp | 53 struct terminal /*: public proto::tag::terminal */ {}; struct 59 struct terminal struct 69 base_type; 70 typedef Actor<base_type> type; 72 static const type make(T const& t) in make() 92 struct terminal struct
|
/third_party/node/deps/npm/node_modules/qrcode-terminal/bin/ |
D | qrcode-terminal.js | 36 terminal: false property
|
/third_party/boost/boost/multiprecision/ |
D | number.hpp | 1366 BOOST_MP_CXX14_CONSTEXPR void do_assign(const Exp& e, const detail::terminal&) in do_assign() 1426 …P_CXX14_CONSTEXPR void do_assign_right_shift(const Exp& e, const Val& val, const detail::terminal&) in do_assign_right_shift() 1435 …MP_CXX14_CONSTEXPR void do_assign_left_shift(const Exp& e, const Val& val, const detail::terminal&) in do_assign_left_shift() 1476 …T_MP_CXX14_CONSTEXPR void do_assign_function_1(const F& f, const Exp& val, const detail::terminal&) in do_assign_function_1() 1496 …ssign_function_2(const F& f, const Exp1& val1, const Exp2& val2, const detail::terminal&, const de… in do_assign_function_2() 1501 …gn_function_2(const F& f, const Exp1& val1, const Exp2& val2, const Tag1&, const detail::terminal&) in do_assign_function_2() 1507 …ssign_function_2(const F& f, const Exp1& val1, const Exp2& val2, const detail::terminal&, const Ta… in do_assign_function_2() 1532 …onst F& f, const Exp1& val1, const Exp2& val2, const Exp3& val3, const detail::terminal&, const Ta… in do_assign_function_3a() 1543 …onst F& f, const Exp1& val1, const Exp2& val2, const Exp3& val3, const detail::terminal&, const Ta… in do_assign_function_3b() 1554 …ction_3c(const F& f, const Exp1& val1, const Exp2& val2, const Exp3& val3, const detail::terminal&) in do_assign_function_3c() [all …]
|
/third_party/node/test/pseudo-tty/ |
D | repl-dumb-tty.js | 25 terminal: true, property
|
/third_party/boost/boost/proto/ |
D | traits.hpp | 385 struct terminal struct 388 typedef proto::expr<proto::tag::terminal, term<T>, 0> type; 389 typedef proto::basic_expr<proto::tag::terminal, term<T>, 0> proto_grammar; 392 struct impl : transform_impl<Expr, State, Data> 413 typedef proto::tag::terminal proto_tag; 415 typedef T proto_child0;
|