| H A D | window-tree.c | 150 u_int each; 541 u_int loop, total, visible, each, width, offset; in window_tree_draw_session() 590 each = (sx - 6) / visible; in window_tree_draw_session() 591 remaining = (sx - 6) - (visible * each); in window_tree_draw_session() 593 each = (sx - 3) / visible; in window_tree_draw_session() 594 remaining = (sx - 3) - (visible * each); in window_tree_draw_session() 596 each = sx / visible; in window_tree_draw_session() 597 remaining = sx - (visible * each); in window_tree_draw_session() 599 if (each == 0) in window_tree_draw_session() 621 data->each in window_tree_draw_session() 149 u_int each; global() member 540 u_int loop, total, visible, each, width, offset; window_tree_draw_session() local 673 u_int loop, total, visible, each, width, offset; window_tree_draw_window() local [all...] |