Home
last modified time | relevance | path

Searched defs:Controlset (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/include/
H A Dcontrol.h8 typedef struct Controlset Controlset; typedef
39 struct Controlset struct
41 Control *controls;
42 Image *screen;
43 Control *actives;
44 Control *focus;
45 Channel *ctl;
69 Controlset *controlset; argument
/plan9/sys/src/games/music/jukebox/
H A Dmusic.c275 resizecontrolset(Controlset *){ in resizecontrolset() argument