| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/ |
| H A D | terminal.hpp | 69 struct terminal; 72 struct use_terminal<Domain, terminal<Terminal> > 96 proto::terminal< 121 proto::terminal< 146 proto::terminal< 245 struct terminal struct 247 typename proto::terminal<Terminal>::type 248 , terminal<Terminal> 251 typedef terminal<Terminal> this_type; 255 typename proto::terminal<Terminal>::type [all …]
|
| H A D | meta_compiler.hpp | 76 struct case_<proto::tag::terminal, Enable> 109 proto::terminal<proto::_> 138 struct case_<proto::tag::terminal> 175 proto::terminal<proto::_> 214 : compile<Domain, typename proto::terminal<Expr>::type, Modifiers> {}; 252 typename proto::terminal<expr_>::type term = {expr}; in compile()
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | terminal.bbclass | 13 import oe.terminal 14 return " ".join(o.name for o in oe.terminal.prioritized()) 42 import oe.terminal 85 terminal = oe.data.typed_value('OE_TERMINAL', d).lower() 86 if terminal == 'none': 88 elif terminal != 'auto': 90 oe.terminal.spawn(terminal, command, title, None, d) 92 except oe.terminal.UnsupportedTerminal: 93 bb.warn('Unsupported terminal "%s", defaulting to "auto"' % 94 terminal) [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-gnome/vte9/vte9/ |
| H A D | cve-2012-2738.patch | 38 @@ -557,7 +557,7 @@ vte_sequence_handler_multiple(VteTerminal *terminal, 42 - vte_sequence_handler_multiple_limited(terminal, params, handler, G_MAXLONG); 43 + vte_sequence_handler_multiple_limited(terminal, params, handler, G_MAXUSHORT); 67 @@ -1392,7 +1392,7 @@ vte_sequence_handler_dc (VteTerminal *terminal, GValueArray *params) 69 vte_sequence_handler_DC (VteTerminal *terminal, GValueArray *params) 71 - vte_sequence_handler_multiple(terminal, params, vte_sequence_handler_dc); 72 + vte_sequence_handler_multiple_r(terminal, params, vte_sequence_handler_dc); 76 @@ -1785,7 +1785,7 @@ vte_sequence_handler_reverse_index (VteTerminal *terminal, GValueArray *param… 78 vte_sequence_handler_RI (VteTerminal *terminal, GValueArray *params) 80 - vte_sequence_handler_multiple(terminal, params, vte_sequence_handler_nd); [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/ |
| H A D | terminal.hpp | 54 struct terminal /*: public proto::tag::terminal */ {}; struct 60 struct terminal struct 61 : proto::terminal< 67 proto::tag::terminal 95 struct terminal struct 96 : proto::terminal<proto::_> 101 struct meta_grammar::case_<proto::tag::terminal, Dummy> 105 , enable_rule<rule::terminal , Dummy>
|
| H A D | reference.hpp | 30 : expression::terminal<reference_wrapper<T> > 33 typename expression::terminal<reference_wrapper<T> >::type 45 : expression::terminal<reference_wrapper<T const> > 48 typename expression::terminal<reference_wrapper<T const> >::type
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | configfs-usb-gadget-uvc | 40 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal 45 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal/output 48 Description: Output terminal descriptors 50 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal/output/default 53 Description: Default output terminal descriptors 59 bSourceID id of the terminal to which this terminal 61 bAssocTerminal id of the input terminal to which this output 62 terminal is associated 63 wTerminalType terminal type 64 bTerminalID a non-zero id of this terminal [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/ |
| H A D | as_expr.hpp | 50 typedef proto::expr<proto::tag::terminal, term<value_type>, 0> expr_type; 65 typedef proto::basic_expr<proto::tag::terminal, term<value_type>, 0> expr_type; 80 typedef proto::expr<proto::tag::terminal, term<value_type>, 0> result_type; 94 typedef proto::basic_expr<proto::tag::terminal, term<value_type>, 0> result_type; 116 typedef proto::expr<proto::tag::terminal, term<reference>, 0> expr_type; 135 typedef proto::basic_expr<proto::tag::terminal, term<reference>, 0> expr_type; 154 typedef proto::expr<proto::tag::terminal, term<reference>, 0> result_type; 172 typedef proto::basic_expr<proto::tag::terminal, term<reference>, 0> result_type;
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | Kconfig | 17 Include support for using an IBM 3270 terminal as a Linux tty. 24 Include support for fullscreen applications on an IBM 3270 terminal. 28 prompt "Support for console on 3270 terminal" 31 Include support for using an IBM 3270 terminal as a Linux system 36 prompt "Support for 3215 line mode terminal" 43 prompt "Support for console on 3215 line mode terminal" 46 Include support for using an IBM 3215 line-mode terminal as a 54 prompt "Support for SCLP line mode terminal" 61 prompt "Support for console on SCLP line mode terminal" 64 Include support for using an IBM HWC line-mode terminal as the Linux [all …]
|
| /OK3568_Linux_fs/buildroot/package/frecon/ |
| H A D | 0007-Skip-drawing-when-cwidth-is-zero.patch | 16 if (age && terminal->term->age && age <= terminal->term->age) 22 if (terminal->background_valid) { 23 br = (terminal->background >> 16) & 0xFF; 24 bg = (terminal->background >> 8) & 0xFF;
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal/ |
| H A D | 0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch | 13 src/terminal.cc | 5 +++++ 16 diff --git a/src/terminal.cc b/src/terminal.cc 18 --- a/src/terminal.cc 19 +++ b/src/terminal.cc
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/ |
| H A D | number.hpp | 216 do_add(detail::expression<detail::terminal, self_type>(val), detail::terminal()); in operator +=() 228 do_add(detail::expression<detail::terminal, self_type>(temp), detail::terminal()); in operator +=() 259 do_subtract(detail::expression<detail::terminal, self_type>(val), detail::terminal()); in operator -=() 270 do_subtract(detail::expression<detail::terminal, self_type>(temp), detail::terminal()); in operator -=() 302 do_multiplies(detail::expression<detail::terminal, self_type>(e), detail::terminal()); in operator *=() 314 do_multiplies(detail::expression<detail::terminal, self_type>(temp), detail::terminal()); in operator *=() 335 do_modulus(detail::expression<detail::terminal, self_type>(e), detail::terminal()); in operator %=() 346 do_modulus(detail::expression<detail::terminal, self_type>(temp), detail::terminal()); in operator %=() 422 do_divide(detail::expression<detail::terminal, self_type>(e), detail::terminal()); in operator /=() 433 do_divide(detail::expression<detail::terminal, self_type>(temp), detail::terminal()); in operator /=() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20190615.patch.gz | 1# ncurses 6.1 - patch 20190615 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190727.patch.gz | 1# ncurses 6.1 - patch 20190727 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190713.patch.gz | ... clearing and then setting them according to the
77+ terminal's width (suggested by Thomas Wolff).
78 |
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-app/ |
| H A D | xterm_372.bb | 2 SUMMARY = "xterm is the standard terminal emulator for the X Window System" 41 RPROVIDES:${PN} = "virtual-x-terminal-emulator" 46 ALTERNATIVE:${PN} = "resize x-terminal-emulator" 47 ALTERNATIVE_TARGET[x-terminal-emulator] = "${bindir}/xterm" 49 ALTERNATIVE_PRIORITY[x-terminal-emulator] = "9"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/string/ |
| H A D | symbols.hpp | 46 typename proto::terminal< 57 typedef typename proto::terminal<reference_>::type terminal; typedef 58 typedef proto::extends<terminal, this_type> base_type; 67 : base_type(terminal::make(reference_(*this))) in symbols() 76 : base_type(terminal::make(reference_(*this))) in symbols() 86 : base_type(terminal::make(reference_(*this))) in symbols() 96 : base_type(terminal::make(reference_(*this))) in symbols() 110 : base_type(terminal::make(reference_(*this))) in symbols()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/nonterminal/ |
| H A D | grammar.hpp | 31 typename proto::terminal< 47 typedef typename proto::terminal<reference_>::type terminal; typedef 60 : proto::extends<terminal, base_type>(terminal::make(reference_(start))) in grammar()
|
| H A D | rule.hpp | 89 typename proto::terminal< 99 typedef typename proto::terminal<reference_>::type terminal; typedef 100 typedef proto::extends<terminal, this_type> base_type; 159 : base_type(terminal::make(reference_(*this))) in rule() 165 : base_type(terminal::make(reference_(*this))) in rule() 189 : base_type(terminal::make(reference_(*this))) in rule() 375 typename proto::terminal<this_type>::type copy() const in copy() 377 typename proto::terminal<this_type>::type result = {*this}; in copy()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-sato/rxvt-unicode/ |
| H A D | rxvt-unicode.inc | 2 SUMMARY = "rxvt terminal clone supporting unicode" 4 terminal emulator rxvt, modified to store text in Unicode \ 18 PROVIDES = "virtual/x-terminal-emulator" 19 ALTERNATIVE:${PN} = "x-terminal-emulator" 20 ALTERNATIVE_TARGET[x-terminal-emulator] = "${bindir}/rxvt"
|
| /OK3568_Linux_fs/buildroot/package/screen/ |
| H A D | Config.in | 7 physical terminal between several processes, typically 8 interactive shells. Each virtual terminal provides the 9 functions of the DEC VT100 terminal and, in addition,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/ |
| H A D | generate.hpp | 236 …Extends<expr<tag::terminal, proto::term<Member Class::*> > > operator ()(expr<tag::terminal, proto… in operator ()() 238 Extends<expr<tag::terminal, proto::term<Member Class::*> > > that; in operator ()() 245 …Extends<basic_expr<tag::terminal, proto::term<Member Class::*> > > operator ()(basic_expr<tag::ter… in operator ()() 247 Extends<basic_expr<tag::terminal, proto::term<Member Class::*> > > that; in operator ()()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/weston-init/ |
| H A D | weston.ini | 29 #icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png 30 #path=/usr/bin/gnome-terminal 33 #icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png 34 #path=/usr/bin/weston-terminal
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-ptyprocess_0.7.0.bb | 1 SUMMARY = "Run a subprocess in a pseudo terminal" 20 ${PYTHON_PN}-terminal \ 35 ${PYTHON_PN}-terminal \
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | Kconfig | 14 bool "Virtual terminal" if EXPERT 19 If you say Y here, you will get support for terminal devices with 22 one physical terminal. This is rather useful, for example one 23 virtual terminal can collect system messages and warnings, another 29 properties (such as colors or beeping) of a virtual terminal. The 36 You need at least one virtual terminal device in order to make use 54 bool "Support for console on virtual terminal" if EXPERT 60 answer Y here, a virtual terminal (the device used to interact with 61 a physical terminal) can be used as system console. This is the most 67 terminal (/dev/tty0) will be used as system console. You can change [all …]
|