Home
last modified time | relevance | path

Searched defs:Group (Results 1 – 4 of 4) sorted by relevance

/plan9-contrib/sys/src/libcontrol/
H A Dgroup.h2 typedef struct Group Group; typedef
4 struct Group { struct
6 int lastbut;
7 int border;
8 int mansize; /* size was set manually */
9 int separation;
10 int selected;
11 int lastkid;
12 CImage *bordercolor;
13 CImage *image;
[all …]
/plan9-contrib/sys/src/cmd/aux/vga/
H A Dct65540.c27 typedef struct Group Group; typedef
28 struct Group { struct
32 static Group group[] = argument
/plan9-contrib/sys/src/cmd/
H A Dnntpfs.c19 typedef struct Group Group; typedef
36 struct Group { struct
38 Group *parent; argument
39 Group **kid; argument
40 int num;
41 int nkid;
42 int lo, hi;
66 Group *root; argument
H A Dnfs.c591 typedef struct Group Group; typedef
607 struct Group struct
620 Group *group; argument