Searched refs:tc_split (Results 1 – 4 of 4) sorted by relevance
/dports/x11/terminology/terminology-1.9.0/src/bin/ |
H A D | win.c | 1557 child->unfocus(child, tc_split); in _win_split() 1558 tc->swallow(tc, NULL, tc_split); in _win_split() 1559 tc_split->is_focused = EINA_TRUE; in _win_split() 1560 tc_split->focus(tc_split, tc_solo_new); in _win_split() 1616 tc->swallow(tc, NULL, tc_split); in _win_split_direction() 2931 obj_split = tc_split->get_evas_object(tc_split); in _split_split() 2934 tc->swallow(tc, child, tc_split); in _split_split() 2941 child->unfocus(child, tc_split); in _split_split() 2942 tc_split->focus(tc_split, tc_solo_new); in _split_split() 3390 Term_Container *tc_split = NULL; in _tab_drag_rollback_split() local [all …]
|
/dports/multimedia/dvdrip/dvdrip-0.98.11/lib/Video/DVDRip/ |
H A D | JobPlanner.pm | 596 my $split = $title->tc_split; 743 my $split = $title->tc_split; 833 my $split = $title->tc_split; 1015 split => $title->tc_split, 1382 if ( $title->tc_split ) {
|
H A D | Title.pm | 149 sub tc_split { shift->{tc_split} } subroutine 194 sub set_tc_split { shift->{tc_split} = $_[1] }
|
/dports/multimedia/dvdrip/dvdrip-0.98.11/lib/Video/DVDRip/Cluster/ |
H A D | JobPlanner.pm | 69 if ( $title->tc_split ) {
|