OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:statusat
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/tmux/dist/
cmd-resize-pane.c
172
if (m->
statusat
== 0 && y >= m->statuslines)
174
else if (m->
statusat
> 0 && y >= (u_int)m->
statusat
)
175
y = m->
statusat
- 1;
177
if (m->
statusat
== 0 && ly >= m->statuslines)
179
else if (m->
statusat
> 0 && ly >= (u_int)m->
statusat
)
180
ly = m->
statusat
- 1;
format.c
1270
if (ft->m.
statusat
== 0 && ft->m.y < ft->m.statuslines) {
1272
} else if (ft->m.
statusat
> 0 && ft->m.y >= (u_int)ft->m.
statusat
) {
1273
y = ft->m.y - ft->m.
statusat
;
1293
if (ft->m.
statusat
== 0 && ft->m.y < ft->m.statuslines) {
1296
} else if (ft->m.
statusat
> 0 && ft->m.y >= (u_int)ft->m.
statusat
) {
1298
y = ft->m.y - ft->m.
statusat
;
1902
if (ft->m.
statusat
== 0 && ft->m.y < ft->m.statuslines)
1904
if (ft->m.
statusat
> 0 && ft->m.y >= (u_int)ft->m.statusat
[
all
...]
server-client.c
784
m->
statusat
= status_at_line(c);
786
if (m->
statusat
!= -1 &&
787
y >= (u_int)m->
statusat
&&
788
y < m->
statusat
+ m->statuslines) {
789
sr = status_get_range(c, x, y - m->
statusat
);
848
if (m->
statusat
== 0 && y >= m->statuslines)
850
else if (m->
statusat
> 0 && y >= (u_int)m->
statusat
)
851
py = m->
statusat
- 1;
1274
if (m->
statusat
== 0)
[
all
...]
status.c
233
s->
statusat
= -1;
235
s->
statusat
= 0;
237
s->
statusat
= 1;
248
if (s->
statusat
!= 1)
249
return (s->
statusat
);
cmd.c
773
if (m->
statusat
== 0 && y >= m->statuslines)
tmux.h
1427
int
statusat
;
member in struct:session
1486
int
statusat
;
member in struct:mouse_event
Completed in 24 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026