Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/faces/
H A Dfaces.h15 typedef struct Face Face; typedef
18 struct Face struct
27 Facefile *file; argument
49 Face* nextface(void); argument
/plan9/sys/src/cmd/
H A Dmug.c20 typedef struct Face Face; typedef
21 struct Face { struct
22 Rectangle r;
23 State state;
24 Image *small;