OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:celldata
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/tmux/dist/
grid.c
159
gce = &gl->
celldata
[px];
174
gce = &gl->
celldata
[px];
206
struct grid_cell_entry *gce = &gl->
celldata
[px];
279
free(gd->linedata[py].
celldata
);
280
gd->linedata[py].
celldata
= NULL;
496
gl->
celldata
= xreallocarray(gl->
celldata
, sx, sizeof *gl->
celldata
);
524
struct grid_cell_entry *gce = &gl->
celldata
[px];
587
gce = &gl->
celldata
[px]
[
all
...]
screen-write.c
2030
gce = &gl->
celldata
[s->cx];
format.c
923
size += gl->cellsize * sizeof *gl->
celldata
;
954
lines * sizeof *gl, cells, cells * sizeof *gl->
celldata
,
tmux.h
823
struct grid_cell_entry *
celldata
;
member in struct:grid_line
window-copy.c
3482
gce = &gl->
celldata
[px];
Completed in 60 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026