OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cellused
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/tmux/dist/
grid.c
584
if (px + 1 > gl->
cellused
)
585
gl->
cellused
= px + 1;
617
if (px + slen > gl->
cellused
)
618
gl->
cellused
= px + slen;
753
if (dx + nx > gl->
cellused
)
754
gl->
cellused
= dx + nx;
1088
end = gl->
cellused
;
1250
at = gl->
cellused
;
1268
if (gd->linedata[line].
cellused
== 0) {
1289
for (want = 1; want < from->
cellused
; want++)
[
all
...]
grid-view.c
75
if (gl->
cellused
!= 0)
tmux.h
824
u_int
cellused
;
member in struct:grid_line
window-copy.c
355
if (gl->
cellused
!= 0)
Completed in 135 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026