Home
last modified time | relevance | path

Searched refs:CLIENT_READONLY (Results 1 – 25 of 46) sorted by relevance

12

/dports/sysutils/tmux/tmux-3.2a/
H A Dcmd-switch-client.c78 if (tc->flags & CLIENT_READONLY) in cmd_switch_client_exec()
79 tc->flags &= ~(CLIENT_READONLY|CLIENT_IGNORESIZE); in cmd_switch_client_exec()
81 tc->flags |= (CLIENT_READONLY|CLIENT_IGNORESIZE); in cmd_switch_client_exec()
H A Dcmd-attach-session.c109 c->flags |= (CLIENT_READONLY|CLIENT_IGNORESIZE); in cmd_attach_session()
H A Dkey-bindings.c657 if (c == NULL || (~c->flags & CLIENT_READONLY)) in key_bindings_dispatch()
H A Dserver-client.c1163 if (c->flags & CLIENT_READONLY) in server_client_key_callback()
1319 if (c->flags & CLIENT_READONLY) in server_client_key_callback()
1347 if (~c->flags & CLIENT_READONLY) { in server_client_handle_key()
2403 flag = CLIENT_READONLY; in server_client_set_flags()
2448 if (c->flags & CLIENT_READONLY) in server_client_get_flags()
/dports/sysutils/abduco/abduco-0.6/
H A Ddebug.c36 pkt->u.i & CLIENT_READONLY, in print_packet()
H A Dclient.c129 } else if (!(client.flags & CLIENT_READONLY)) { in client_mainloop()
H A Dabduco.c94 CLIENT_READONLY = 1 << 0, enumerator
605 client.flags |= CLIENT_READONLY; in main()
H A Dserver.c225 … if (!(c->flags & CLIENT_READONLY) && (client_packet.type == MSG_REDRAW || c == server.clients)) { in server_mainloop()
/dports/sysutils/tmate/tmate-2.4.0/
H A Dtmate-msg.c80 if (c && !(c->flags & CLIENT_READONLY)) in __tmate_status_message()
H A Dcmd-switch-client.c59 c->flags ^= CLIENT_READONLY; in cmd_switch_client_exec()
H A Dcmd-attach-session.c120 c->flags |= CLIENT_READONLY; in cmd_attach_session()
H A Dserver-client.c604 if (c->flags & CLIENT_READONLY) in server_client_handle_key()
615 if (!(c->flags & CLIENT_READONLY)) { in server_client_handle_key()
623 if (!(c->flags & CLIENT_READONLY)) in server_client_handle_key()
630 if (c->flags & CLIENT_READONLY) in server_client_handle_key()
726 if (c->flags & CLIENT_READONLY) in server_client_handle_key()
H A Dkey-bindings.c266 if (!readonly && (c->flags & CLIENT_READONLY)) { in key_bindings_dispatch()
/dports/sysutils/tmux23/tmux-2.3/
H A Dcmd-switch-client.c59 c->flags ^= CLIENT_READONLY; in cmd_switch_client_exec()
H A Dcmd-attach-session.c120 c->flags |= CLIENT_READONLY; in cmd_attach_session()
H A Dserver-client.c604 if (c->flags & CLIENT_READONLY) in server_client_handle_key()
615 if (!(c->flags & CLIENT_READONLY)) { in server_client_handle_key()
620 if (!(c->flags & CLIENT_READONLY)) in server_client_handle_key()
627 if (c->flags & CLIENT_READONLY) in server_client_handle_key()
723 if (c->flags & CLIENT_READONLY) in server_client_handle_key()
H A Dkey-bindings.c266 if (!readonly && (c->flags & CLIENT_READONLY)) { in key_bindings_dispatch()
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dcmd-switch-client.c63 c->flags ^= CLIENT_READONLY; in cmd_switch_client_exec()
H A Dcmd-attach-session.c121 c->flags |= CLIENT_READONLY; in cmd_attach_session()
H A Dresize.c65 if (c->flags & CLIENT_READONLY) in recalculate_sizes()
H A Dserver-client.c629 if (c->flags & CLIENT_READONLY) in server_client_handle_key()
645 if (!(c->flags & CLIENT_READONLY)) { in server_client_handle_key()
650 if (!(c->flags & CLIENT_READONLY)) in server_client_handle_key()
657 if (c->flags & CLIENT_READONLY) in server_client_handle_key()
753 if (c->flags & CLIENT_READONLY) in server_client_handle_key()
H A Dkey-bindings.c266 if (!readonly && (c->flags & CLIENT_READONLY)) { in key_bindings_dispatch()
/dports/databases/redis5/redis-5.0.14/src/
H A Dscripting.c566 c->flags &= ~(CLIENT_READONLY|CLIENT_ASKING); in luaRedisGenericCommand()
567 c->flags |= server.lua_caller->flags & (CLIENT_READONLY|CLIENT_ASKING); in luaRedisGenericCommand()
H A Dcluster.c5475 c->flags |= CLIENT_READONLY; in readonlyCommand()
5481 c->flags &= ~CLIENT_READONLY; in readwriteCommand()
5674 if (c->flags & CLIENT_READONLY && in getNodeByQuery()
5755 if ((c->flags & CLIENT_READONLY) && in clusterRedirectBlockedClientIfNeeded()
/dports/databases/redis6/redis-6.0.16/src/
H A Dcluster.c5567 c->flags |= CLIENT_READONLY; in readonlyCommand()
5573 c->flags &= ~CLIENT_READONLY; in readwriteCommand()
5788 if (c->flags & CLIENT_READONLY && in getNodeByQuery()
5874 if ((c->flags & CLIENT_READONLY) && in clusterRedirectBlockedClientIfNeeded()

12