Home
last modified time | relevance | path

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

/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/mcpp/
H A Ddirective.c108 const char * const in_skipped = " (in skipped block)"; /* _W8_ */ in directive() local
141 cwarn( illeg_dir, work_buf, 0L, in_skipped); in directive()
198 , in_skipped); in directive()
/dports/devel/mcpp/mcpp-2.7.2/src/
H A Ddirective.c108 const char * const in_skipped = " (in skipped block)"; /* _W8_ */ in directive() local
141 cwarn( illeg_dir, work_buf, 0L, in_skipped); in directive()
198 , in_skipped); in directive()
/dports/audio/strawberry/strawberry-1.0.0/src/core/
H A Dmainwindow.cpp1823 int in_skipped = 0;
1849 if (item->GetShouldSkip()) ++in_skipped;
1912 if (in_skipped == 1 && not_in_skipped == 0) playlist_skip_->setText(tr("Unskip track"));
1913 …else if (in_skipped > 1 && not_in_skipped == 0) playlist_skip_->setText(tr("Unskip selected tracks…
1914 else if (in_skipped == 0 && not_in_skipped == 1) playlist_skip_->setText(tr("Skip track"));
1915 …else if (in_skipped == 0 && not_in_skipped > 1) playlist_skip_->setText(tr("Skip selected tracks")…
1922 if (in_skipped < selected) playlist_skip_->setIcon(IconLoader::Load("media-skip-forward"));
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/ui/
H A Dmainwindow.cpp1736 int in_skipped = 0; in PlaylistRightClick() local
1759 in_skipped++; in PlaylistRightClick()
1816 if (in_skipped == 1 && not_in_skipped == 0) in PlaylistRightClick()
1818 else if (in_skipped > 1 && not_in_skipped == 0) in PlaylistRightClick()
1820 else if (in_skipped == 0 && not_in_skipped == 1) in PlaylistRightClick()
1822 else if (in_skipped == 0 && not_in_skipped > 1) in PlaylistRightClick()