Home
last modified time | relevance | path

Searched refs:cellused (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/tmux/tmux-3.2a/
H A Dgrid.c551 if (px + 1 > gl->cellused) in grid_set_cell()
552 gl->cellused = px + 1; in grid_set_cell()
584 if (px + slen > gl->cellused) in grid_set_cells()
585 gl->cellused = px + slen; in grid_set_cells()
720 if (dx + nx > gl->cellused) in grid_move_cells()
721 gl->cellused = dx + nx; in grid_move_cells()
1117 at = gl->cellused; in grid_reflow_join()
1182 left = from->cellused - want; in grid_reflow_join()
1212 u_int used = gl->cellused; in grid_reflow_split()
1302 width = gl->cellused; in grid_reflow()
[all …]
H A Dgrid-view.c75 if (gl->cellused != 0) in grid_view_clear_history()
H A Dtmux.h723 u_int cellused; member
H A Dwindow-copy.c341 if (gl->cellused != 0) in window_copy_clone_screen()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/src/
H A Dpdfxml.cpp610 wxPdfBoolHashMap cellused; in PrepareXmlTable() local
747 while (cellused.find((row<<16)|col) != cellused.end()) in PrepareXmlTable()
755 cellused[((j+row)<<16)|(i+col)] = true; in PrepareXmlTable()