HomeSort by: relevance | last modified time | path
    Searched refs:channels_unlocked (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/aiomixer/
app.h 67 bool channels_unlocked; member in struct:aiomixer
draw.c 113 aio->channels_unlocked, selected, aio->use_colour);
249 const struct mixer_level *levels, bool channels_unlocked,
256 if ((selected && !channels_unlocked) ||
257 (control->setindex == i && channels_unlocked)) {
281 if ((selected && !channels_unlocked) ||
282 (control->setindex == i && channels_unlocked)) {
main.c 164 if (aio->channels_unlocked) {
246 if (aio->channels_unlocked &&
265 if (aio->channels_unlocked &&
387 aio->channels_unlocked = !aio->channels_unlocked;
519 aio->channels_unlocked = true;

Completed in 13 milliseconds