Home
last modified time | relevance | path

Searched defs:Label (Results 1 – 15 of 15) sorted by relevance

/plan9/sys/src/libcontrol/
H A Dlabel.c9 typedef struct Label Label; typedef
11 struct Label struct
14 int border;
15 CFont *font;
16 CImage *image;
17 CImage *textcolor;
18 CImage *bordercolor;
19 char *text;
20 int align;
/plan9/sys/src/cmd/spin/
H A Dspin.h153 typedef struct Label { struct
159 struct Label *nxt; argument
160 } Label; typedef
/plan9/sys/src/cmd/fossil/
H A Ddat.h9 typedef struct Label Label; typedef
222 struct Label { struct
241 Label l; argument
/plan9/sys/src/9/mtx/
H A Ddat.h5 typedef struct Label Label; typedef
42 struct Label struct
44 ulong sp;
45 ulong pc;
/plan9/sys/src/9/rb/
H A Ddat.h7 typedef struct Label Label; typedef
44 struct Label struct
46 ulong sp;
47 ulong pc;
/plan9/sys/src/9/ppc/
H A Ddat.h6 typedef struct Label Label; typedef
46 struct Label struct
48 ulong sp;
49 ulong pc;
/plan9/sys/src/9/bcm/
H A Ddat.h19 typedef struct Label Label; typedef
53 struct Label struct
55 uintptr sp;
56 uintptr pc;
/plan9/sys/src/9/omap/
H A Ddat.h31 typedef struct Label Label; typedef
66 struct Label struct
68 uintptr sp;
69 uintptr pc;
/plan9/sys/src/9/kw/
H A Ddat.h5 typedef struct Label Label; typedef
42 struct Label struct
44 uintptr sp;
45 uintptr pc;
/plan9/sys/src/9/pc/
H A Ddat.h9 typedef struct Label Label; typedef
52 struct Label struct
54 ulong sp;
55 ulong pc;
/plan9/sys/src/9/teg2/
H A Ddat.h29 typedef struct Label Label; typedef
69 struct Label struct
71 uintptr sp;
72 uintptr pc;
/plan9/sys/src/9/pcboot/
H A Ddat.h7 typedef struct Label Label; typedef
86 struct Label struct
88 ulong sp;
89 ulong pc;
/plan9/sys/src/cmd/cwfs/
H A Dportdat.h564 typedef struct Label Label; typedef
565 struct Label /* label block on Devlworms, in last block */ struct
567 uvlong magic;
568 ushort ord; /* side number within Juke */
569 char service[64]; /* documentation only */
/plan9/sys/src/cmd/unix/drawterm/kern/
H A Ddat.h22 typedef struct Label Label; typedef
87 struct Label struct
89 jmp_buf buf;
/plan9/sys/src/cmd/
H A Dsed.c88 } Label; typedef