OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GRID_LINE_WRAPPED
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/tmux/dist/
grid-reader.c
86
grid_get_line(gr->gd, gr->cy - 1)->flags &
GRID_LINE_WRAPPED
)) {
132
GRID_LINE_WRAPPED
)
147
GRID_LINE_WRAPPED
)
171
if (grid_get_line(gr->gd, gr->cy)->flags &
GRID_LINE_WRAPPED
)
193
if (grid_get_line(gr->gd, gr->cy)->flags &
GRID_LINE_WRAPPED
)
238
if (grid_get_line(gr->gd, gr->cy)->flags &
GRID_LINE_WRAPPED
)
323
GRID_LINE_WRAPPED
))
373
!(grid_get_line(gr->gd, py)->flags &
GRID_LINE_WRAPPED
))
400
!(grid_get_line(gr->gd, py - 2)->flags &
GRID_LINE_WRAPPED
))
431
if (~grid_get_line(gr->gd, py)->flags &
GRID_LINE_WRAPPED
)
[
all
...]
grid.c
689
gd->linedata[py - 1].flags &= ~
GRID_LINE_WRAPPED
;
717
gd->linedata[dy - 1].flags &= ~
GRID_LINE_WRAPPED
;
731
gd->linedata[py - 1].flags &= ~
GRID_LINE_WRAPPED
;
1266
if (~gd->linedata[line].flags &
GRID_LINE_WRAPPED
)
1321
gl->flags &= ~
GRID_LINE_WRAPPED
;
1374
target->linedata[line].flags |=
GRID_LINE_WRAPPED
;
1384
if (flags &
GRID_LINE_WRAPPED
)
1385
target->linedata[line].flags |=
GRID_LINE_WRAPPED
;
1389
gl->flags |=
GRID_LINE_WRAPPED
;
1401
if (width < sx && (flags &
GRID_LINE_WRAPPED
))
[
all
...]
cmd-capture-pane.c
204
if (!join_lines || !(gl->flags &
GRID_LINE_WRAPPED
))
window-copy.c
1853
if (~gl->flags &
GRID_LINE_WRAPPED
)
2229
GRID_LINE_WRAPPED
&& nextx > screen_size_x(data->backing) - 1) {
3287
if (~gl->flags &
GRID_LINE_WRAPPED
)
3331
if (~gl->flags &
GRID_LINE_WRAPPED
)
3389
if (~gl->flags &
GRID_LINE_WRAPPED
)
3448
if (~gl->flags &
GRID_LINE_WRAPPED
)
3759
grid_get_line(gd, py - 2)->flags &
GRID_LINE_WRAPPED
&&
4035
if (~gl->flags &
GRID_LINE_WRAPPED
)
4905
GRID_LINE_WRAPPED
|| lastex != ey_last)
5043
if (gl->flags &
GRID_LINE_WRAPPED
&& gl->cellsize <= gd->sx
[
all
...]
screen-write.c
1005
if (gl->flags &
GRID_LINE_WRAPPED
) {
1441
gl->flags |=
GRID_LINE_WRAPPED
;
format.c
5904
if (~gl->flags &
GRID_LINE_WRAPPED
)
5920
if (~gl->flags &
GRID_LINE_WRAPPED
)
tty.c
1522
(~gl->flags &
GRID_LINE_WRAPPED
) ||
tmux.h
751
#define
GRID_LINE_WRAPPED
0x1
Completed in 40 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026