Searched defs:Box (Results 1 – 6 of 6) sorted by relevance
| /plan9-contrib/sys/src/libcontrol/ |
| H A D | box.c | 9 typedef struct Box Box; typedef 11 struct Box struct 14 int border; 15 CImage *bordercolor; 16 CImage *image; 17 int align;
|
| /plan9-contrib/sys/src/cmd/ip/imap4d/ |
| H A D | imap4d.h | 6 typedef struct Box Box; typedef 48 struct Box struct 50 char *name; /* path name of mailbox */ 51 char *fs; /* fs name of mailbox */ 52 char *fsDir; /* /mail/fs/box->fs */ 53 char *imp; /* path name of .imp file */ 54 uchar writable; /* can write back messages? */ 55 uchar dirtyImp; /* .imp file needs to be written? */ 56 uchar sendFlags; /* need flags update */ 57 Qid qid; /* qid of fs mailbox */ [all …]
|
| H A D | nodes.c | 14 forMsgs(Box *box, MsgSet *ms, ulong max, int uids, int (*f)(Box*, Msg*, int, void*), void *rock) in forMsgs() argument
|
| H A D | fetch.c | 55 fetchMsg(Box *, Msg *m, int uids, void *vf) in fetchMsg() argument
|
| /plan9-contrib/sys/src/cmd/abaco/ |
| H A D | dat.h | 1 typedef struct Box Box; typedef 83 struct Box struct 88 void (*draw)(Box *, Page *, Image *); argument 89 void (*mouse)(Box *, Page *, int); argument 90 void (*key)(Box *, Page *, Rune); argument 91 Box *prev; argument 92 Box *next; argument
|
| H A D | html.c | 409 drawnull(Box *, Page *, Image *) in drawnull() argument
|