OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLIENT_READONLY
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/tmux/dist/
cmd-switch-client.c
79
if (tc->flags &
CLIENT_READONLY
)
80
tc->flags &= ~(
CLIENT_READONLY
|CLIENT_IGNORESIZE);
82
tc->flags |= (
CLIENT_READONLY
|CLIENT_IGNORESIZE);
server-acl.c
136
c->flags &= ~
CLIENT_READONLY
;
155
c->flags |=
CLIENT_READONLY
;
177
c->flags |=
CLIENT_READONLY
;
cmd-attach-session.c
110
c->flags |= (
CLIENT_READONLY
|CLIENT_IGNORESIZE);
key-bindings.c
682
if (c == NULL || (~c->flags &
CLIENT_READONLY
))
server-client.c
2373
if (c->flags &
CLIENT_READONLY
)
2588
if (c->flags &
CLIENT_READONLY
)
2595
if (c->flags &
CLIENT_READONLY
)
2626
if (~c->flags &
CLIENT_READONLY
) {
3502
if ((c->flags &
CLIENT_READONLY
) &&
3744
flag =
CLIENT_READONLY
;
3756
if (c->flags &
CLIENT_READONLY
)
3757
flag &= ~
CLIENT_READONLY
;
3795
if (c->flags &
CLIENT_READONLY
)
tmux.h
1991
#define
CLIENT_READONLY
0x800
format.c
1510
/* Callback for
client_readonly
. */
1515
if (ft->c->flags &
CLIENT_READONLY
)
3083
{ "
client_readonly
", FORMAT_TABLE_STRING,
Completed in 34 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026