Home
last modified time | relevance | path

Searched refs:PLAYLIST_LOOP_NO_LOOP (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/
H A Devent.c979 gui->playlist.loop < PLAYLIST_LOOP_NO_LOOP) in gui_execute_action_id()
980 gui->playlist.loop = PLAYLIST_LOOP_NO_LOOP; in gui_execute_action_id()
983 case PLAYLIST_LOOP_NO_LOOP: in gui_execute_action_id()
1397 case PLAYLIST_LOOP_NO_LOOP: in gui_playlist_start_next()
1402 if(gui->playlist.loop == PLAYLIST_LOOP_NO_LOOP) { in gui_playlist_start_next()
1447 case PLAYLIST_LOOP_NO_LOOP: in gui_playlist_start_next()
H A Dsession.c374 case PLAYLIST_LOOP_NO_LOOP: in ctrlsocket_func()
649 loop = PLAYLIST_LOOP_NO_LOOP; in session_handle_subopt()
H A Dcommon.h111 #define PLAYLIST_LOOP_NO_LOOP 0 /* no loop (default) */ macro
H A Dmenus.c130 gui->playlist.loop = PLAYLIST_LOOP_NO_LOOP; in menu_playlist_ctrl()
396 (gui->playlist.loop == PLAYLIST_LOOP_NO_LOOP) ? "<checked>" : "<check>", in video_window_menu()
H A Dactions.c1690 case PLAYLIST_LOOP_NO_LOOP: in gui_direct_nextprev()
1694 if(gui->playlist.loop == PLAYLIST_LOOP_NO_LOOP) in gui_direct_nextprev()
1745 case PLAYLIST_LOOP_NO_LOOP: in gui_direct_nextprev()
H A Dnetwork.c2181 case PLAYLIST_LOOP_NO_LOOP: in do_get()
2304 { "no", PLAYLIST_LOOP_NO_LOOP }, in do_set()
H A Dmain.c1474 gui->playlist.loop = PLAYLIST_LOOP_NO_LOOP; in main()