| /plan9-contrib/sys/include/ |
| H A D | draw.h | 7 typedef struct Display Display; typedef 175 struct Display struct 185 void (*error)(Display*, char*); argument 207 Display *display; /* display holding data */ argument
|
| /plan9-contrib/sys/src/cmd/unix/drawterm/include/ |
| H A D | draw.h | 9 typedef struct Display Display; typedef 176 struct Display struct 186 void (*error)(Display*, char*); argument 208 Display *display; /* display holding data */ argument
|
| /plan9-contrib/sys/include/ape/ |
| H A D | draw.h | 17 typedef struct Display Display; typedef 183 struct Display struct 193 void (*error)(Display*, char*); argument 215 Display *display; /* display holding data */ argument
|
| /plan9-contrib/sys/src/libdraw/ |
| H A D | init.c | 31 geninitdraw(char *devdir, void(*error)(Display*, char*), char *fontname, char *label, char *windir,… in geninitdraw() 113 initdraw(void(*error)(Display*, char*), char *fontname , char *label) in initdraw() 201 initdisplay(char *dev, char *win, void(*error)(Display*, char*)) in initdisplay()
|
| /plan9-contrib/sys/src/cmd/ |
| H A D | mc.c | 251 terror(Display*, char*) in terror() argument
|
| H A D | tweak.c | 221 error(Display*, char *s) in error() argument
|
| /plan9-contrib/sys/src/cmd/abaco/ |
| H A D | main.c | 45 derror(Display *, char *s) in derror() argument
|
| /plan9-contrib/sys/src/games/ |
| H A D | life.c | 82 g9err(Display *, char *err) in g9err() argument
|
| /plan9-contrib/sys/src/cmd/samterm/ |
| H A D | main.c | 652 panic1(Display*, char *s) in panic1() argument
|
| /plan9-contrib/sys/src/cmd/acme/ |
| H A D | acme.c | 51 derror(Display*, char *errorstr) in derror() argument
|
| /plan9-contrib/sys/src/cmd/rio/ |
| H A D | rio.c | 106 derror(Display*, char *errorstr) in derror() argument
|
| /plan9-contrib/sys/src/cmd/unix/drawterm/gui-x11/ |
| H A D | x11.c | 20 #define Display XDisplay macro
|