Home
last modified time | relevance | path

Searched refs:_cur_col (Results 1 – 4 of 4) sorted by relevance

/dports/devel/gdb/gdb-11.1/gdb/testsuite/lib/
H A Dtuiterm.exp27 variable _cur_col
43 variable _cur_col
123 set _cur_col 0
185 set _cur_col [expr {min ($_cur_col + $arg, $_cols)}]
198 set _cur_col [expr {max ($_cur_col - $arg, 0)}]
213 set _cur_col 0
229 set _cur_col 0
274 incr _cur_col [expr {$n * 8 - $_cur_col % 8}]
484 set _cur_col 0
502 variable _cur_col
[all …]
/dports/news/pan/pan-0.145/pan/gui/
H A Dbody-pane.h167 int _cur_col, _cur_row; variable
H A Dbody-pane.cc1648 _cur_col = 0; in clear_attachments()
1682 _cur_col = 0; in add_attachment_to_toolbar()
1685 gtk_table_attach_defaults (GTK_TABLE(_att_toolbar), w, _cur_col, _cur_col+1, _cur_row,_cur_row+1); in add_attachment_to_toolbar()
1687 ++_cur_col; in add_attachment_to_toolbar()
1692 _cur_col = 0; in add_attachment_to_toolbar()
1695 gtk_grid_attach (GTK_GRID(_att_toolbar), w, _cur_col++, _cur_row, 1, 1); in add_attachment_to_toolbar()
1714 _cur_col = 0; in create_attachments_toolbar()
/dports/devel/gdb/gdb-11.1/gdb/testsuite/
H A DChangeLog1962 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.