OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wsx
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/tmux/dist/
tty.c
1119
if (xoff + nx <= ctx->wox || xoff >= ctx->wox + ctx->
wsx
||
1136
if (xoff >= ctx->wox && xoff + nx <= ctx->wox + ctx->
wsx
) {
1141
} else if (xoff < ctx->wox && xoff + nx > ctx->wox + ctx->
wsx
) {
1145
*rx = ctx->
wsx
;
1155
*rx = ctx->
wsx
- *x;
1240
if (xoff >= ctx->wox && xoff + nx <= ctx->wox + ctx->
wsx
) {
1245
} else if (xoff < ctx->wox && xoff + nx > ctx->wox + ctx->
wsx
) {
1249
*rx = ctx->
wsx
;
1259
*rx = ctx->
wsx
- *x;
1665
&ttyctx->
wsx
, &ttyctx->wsy)
[
all
...]
popup.c
122
ttyctx->
wsx
= c->tty.sx;
screen-write.c
159
&ttyctx->
wsx
, &ttyctx->wsy);
tmux.h
1679
u_int
wsx
;
member in struct:tty_ctx
Completed in 20 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026