Home
last modified time | relevance | path

Searched refs:prev_pl (Results 1 – 3 of 3) sorted by relevance

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/audio/
H A Dchannel.c157 Plugin * prev_pl, in connect_prev_no_next() argument
168 prev_pl, ch); in connect_prev_no_next()
177 prev_pl, pl); in connect_prev_no_next()
195 Plugin * prev_pl, in connect_prev_next() argument
216 prev_pl, pl); in connect_prev_next()
309 Plugin * prev_pl, in disconnect_prev_no_next() argument
319 prev_pl, pl); in disconnect_prev_no_next()
336 prev_pl, ch); in disconnect_prev_no_next()
346 Plugin * prev_pl, in disconnect_prev_next() argument
357 prev_pl, pl); in disconnect_prev_next()
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Dvectors.c1135 struct plot *prev_pl = NULL; in plot_setcur() local
1140 prev_pl = pl; in plot_setcur()
1142 if (prev_pl) { /* found */ in plot_setcur()
1143 plot_cur = prev_pl; in plot_setcur()
/dports/audio/cmus/cmus-2.9.1/
H A Dpl.c650 struct playlist *prev_pl = pl_playing; in pl_play_selected_row() local
666 if (shuffle && rv && (pl_playing == prev_pl) && prev_track) { in pl_play_selected_row()