Home
last modified time | relevance | path

Searched refs:playsel (Results 1 – 15 of 15) sorted by relevance

/dports/print/texlive-base/texlive-20150521-source/texk/seetexk/
H A Dseetexk.test8 2>playsel.2 \
10 test -r playsel.dvi \
12 diff playsel.2 $srcdir/tests/playnot.2 \
17 2>playsel.2 \
18 && diff playsel.2 $srcdir/tests/playsel.2 \
23 2>playsel.2 \
24 && diff playsel.2 $srcdir/tests/playsel.2 \
31 2>playsel.2 \
34 && diff playsel.dvi playnot.dvi \
40 2>playsel.2 \
[all …]
H A DMakefile.am54 tests/playdvi.2 tests/playnot.2 tests/playsel.2
H A DMakefile.in603 tests/playdvi.2 tests/playnot.2 tests/playsel.2
/dports/print/texlive-base/texlive-20150521-source/texk/psutils/
H A Dpsutils.test13 ./psselect 5:15 $srcdir/tests/play.ps playsel.ps \
14 2>playsel.2 \
15 && diff playsel.2 $srcdir/tests/playsel.2 \
19 ./psbook -s4 playsel.ps playbook.ps \
25 ./psresize -Pa4 -pa5 playsel.ps \
31 ./psnup -pa4 -2 playsel.ps playnup.ps \
44 ./pstops -pa4 '2:0L@.7(21cm,0)+1L@.7(21cm,14.85cm)' playsel.ps playps.ps \
H A DMakefile.am103 tests/playps.2 tests/playres.ps tests/playsel.2 tests/playsel1.2 \
H A DMakefile.in610 tests/playps.2 tests/playres.ps tests/playsel.2 \
/dports/multimedia/lives/lives-3.2.0/lives-plugins/icons/
H A DMakefile.am13 lives-playsel.png \
H A DMakefile.in450 lives-playsel.png \
/dports/audio/cutmp3/cutmp3-3.0.1/
H A Dcutmp3.h96 void playsel(long int playpos);
H A Dmain.c1720 void playsel(long playpos) in playsel() function
1836 playsel(pos); in playtoend()
1942 playsel(playpos); in playfirst()
2822 void (*play)(long playpos) = playsel; in main()
3060 if (c == 'R') { play = play == &playsel ? playtoend : playsel; play(startpos);} in main()
3062 if (c == 's') {savesel(prefix);play=playsel;} in main()
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmultitrack.h220 LiVESWidget *playsel; member
H A Dgui.c947 mainw->playsel = lives_standard_image_menu_item_new_with_label(_("Pla_y Selection")); in create_LiVES()
948 lives_widget_add_accelerator(mainw->playsel, LIVES_WIDGET_ACTIVATE_SIGNAL, mainw->accel_group, in create_LiVES()
951 lives_container_add(LIVES_CONTAINER(mainw->play_menu), mainw->playsel); in create_LiVES()
952 lives_widget_set_sensitive(mainw->playsel, FALSE); in create_LiVES()
964 lives_image_menu_item_set_image(LIVES_IMAGE_MENU_ITEM(mainw->playsel), image); in create_LiVES()
2707 lives_signal_connect(LIVES_GUI_OBJECT(mainw->playsel), LIVES_WIDGET_ACTIVATE_SIGNAL, in create_LiVES()
H A Dmainwindow.h1167 LiVESWidget *playsel; member
H A Dmultitrack.c4472 lives_widget_set_sensitive(mt->playsel, TRUE); in mt_spin_start_value_changed()
4526 lives_widget_set_sensitive(mt->playsel, TRUE); in mt_spin_end_value_changed()
7108 lives_container_add(LIVES_CONTAINER(mt->play_menu), mt->playsel); in multitrack()
7109 lives_widget_set_sensitive(mt->playsel, FALSE); in multitrack()
7921 lives_signal_connect(LIVES_GUI_OBJECT(mt->playsel), LIVES_WIDGET_ACTIVATE_SIGNAL, in multitrack()
16989 lives_widget_set_sensitive(mt->playsel, FALSE); in mt_desensitise()
17072 lives_widget_set_sensitive(mt->playsel, FALSE); in mt_sensitise()
17195 lives_widget_set_sensitive(mt->playsel, TRUE); in mt_sensitise()
18674 lives_widget_set_sensitive(mt->playsel, TRUE); in on_timeline_release()
18678 lives_widget_set_sensitive(mt->playsel, FALSE); in on_timeline_release()
[all …]
H A Dmain.c5116 lives_widget_set_sensitive(mainw->playsel, !CURRENT_CLIP_IS_CLIPBOARD && CURRENT_CLIP_HAS_VIDEO); in sensitize()
5342 lives_widget_set_sensitive(mainw->playsel, FALSE); in desensitize()