Home
last modified time | relevance | path

Searched defs:terminal (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/weston/clients/
Dterminal.c434 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/
Dtest-readline-interface.js192 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 …]
Dtest-repl-envvars.js14 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
Dtest-readline.js12 terminal: true, property
26 terminal: true, property
38 terminal: true, property
52 terminal: true, property
90 terminal: true, property
126 terminal: true, property
Dtest-readline-reopen.js17 terminal: true property
35 terminal: true property
Dtest-repl-preview.js195 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
Dtest-readline-tab-complete.js49 terminal: true, property
90 terminal: true, property
122 terminal: true, property
Dtest-repl-end-emits-exit.js37 terminal: true property
56 terminal: false property
Dtest-repl-mode.js48 terminal: true property
84 terminal: false, property
Dtest-repl-no-terminal.js5 const r = repl.start({ terminal: false }); property
Dtest-repl-options.js51 terminal: true property
80 terminal: false, property
Dtest-repl-pretty-stack-custom-writer.js16 terminal: false, property
Dtest-readline-position.js15 terminal: true, property
Dtest-repl-function-definition-edge-case.js33 terminal: false, property
Dtest-repl-uncaught-exception-async.js21 terminal: false, property
Dtest-readline-undefined-columns.js17 terminal: true, property
Dtest-readline-set-raw-mode.js50 terminal: true property
Dtest-repl-definecommand.js19 terminal: true property
Dtest-repl-multiline.js19 terminal: true, property
/third_party/boost/boost/spirit/home/support/
Dterminal.hpp248 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/
Dterminal.hpp53 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/
Dqrcode-terminal.js36 terminal: false property
/third_party/boost/boost/multiprecision/
Dnumber.hpp1366 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/
Drepl-dumb-tty.js25 terminal: true, property
/third_party/boost/boost/proto/
Dtraits.hpp385 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;

1234