Home
last modified time | relevance | path

Searched refs:send_shell (Results 1 – 9 of 9) sorted by relevance

/dports/devel/xeus/xeus-0.24.4/src/
H A Dxshell.hpp42 void send_shell(zmq::multipart_t& message);
H A Dxserver.cpp25 void xserver::send_shell(zmq::multipart_t& message) in send_shell() function in xeus::xserver
H A Dxserver_zmq_split.cpp53 p_shell->send_shell(message); in send_shell_impl()
H A Dxshell.cpp92 void xshell::send_shell(zmq::multipart_t& message) in send_shell() function in xeus::xshell
H A Dxkernel_core.cpp438 p_server->send_shell(wire_msg); in send_reply()
/dports/devel/xeus/xeus-0.24.4/include/xeus/
H A Dxserver.hpp48 void send_shell(zmq::multipart_t& message);
/dports/misc/clifm/clifm-1.3/src/
H A Dstrings.c907 int chaining = 0, cond_cmd = 0, send_shell = 0; in parse_input_str() local
918 send_shell = 1; in parse_input_str()
920 send_shell = 1; in parse_input_str()
922 if (!send_shell) { in parse_input_str()
1022 if (flags & IS_USRVAR_DEF || send_shell) { in parse_input_str()
/dports/devel/xeus/xeus-0.24.4/docs/source/
H A Dserver.rst42 …methods are ``send_shell``, ``send_control``, ``send_stdin`` and ``publish``. These methods also f…
/dports/misc/clifm/clifm-1.3/misc/codecov/
H A Dstrings.c.gcov1585 503: 817: int chaining = 0, cond_cmd = 0, send_shell = 0;
1591 -: 823: /* If invoking a command via ';' or ':' set the send_shell flag to
1602 3: 828: send_shell = 1;
1606 503: 830: if (!send_shell) {
1856 503: 930: if (flags & IS_USRVAR_DEF || send_shell) {