Home
last modified time | relevance | path

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

/plan9-contrib/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-contrib/sys/src/cmd/spin/
H A Dspin.h163 typedef struct Label { struct
169 struct Label *nxt; argument
170 } Label; typedef
/plan9-contrib/sys/src/cmd/fossil/
H A Ddat.h9 typedef struct Label Label; typedef
221 struct Label { struct
240 Label l; argument
/plan9-contrib/sys/src/9/mtx/
H A Ddat.h5 typedef struct Label Label; typedef
41 struct Label struct
43 ulong sp;
44 ulong pc;
/plan9-contrib/sys/src/9/rb/
H A Ddat.h7 typedef struct Label Label; typedef
44 struct Label struct
46 ulong sp;
47 ulong pc;
/plan9-contrib/sys/src/9/ppc/
H A Ddat.h6 typedef struct Label Label; typedef
45 struct Label struct
47 ulong sp;
48 ulong pc;
/plan9-contrib/sys/src/9/loongson64/
H A Ddat.h8 typedef struct Label Label; typedef
44 struct Label struct
46 uintptr sp;
47 uintptr pc;
/plan9-contrib/sys/src/9/loongson/
H A Ddat.h8 typedef struct Label Label; typedef
44 struct Label struct
46 ulong sp;
47 ulong pc;
/plan9-contrib/sys/src/9/omap/
H A Ddat.h31 typedef struct Label Label; typedef
65 struct Label struct
67 uintptr sp;
68 uintptr pc;
/plan9-contrib/sys/src/9/bcm/
H A Ddat.h20 typedef struct Label Label; typedef
54 struct Label struct
56 uintptr sp;
57 uintptr pc;
/plan9-contrib/sys/src/9/vt5/
H A Ddat.h4 typedef struct Label Label; typedef
76 struct Label struct
78 ulong sp;
79 ulong pc;
/plan9-contrib/sys/src/9k/k10/
H A Ddat.h4 typedef struct Label Label; typedef
50 struct Label struct
52 uintptr sp;
53 uintptr pc;
/plan9-contrib/sys/src/9/vt4/
H A Ddat.h4 typedef struct Label Label; typedef
78 struct Label struct
80 ulong sp;
81 ulong pc;
/plan9-contrib/sys/src/9/kw/
H A Ddat.h5 typedef struct Label Label; typedef
41 struct Label struct
43 uintptr sp;
44 uintptr pc;
/plan9-contrib/sys/src/9/teg2/
H A Ddat.h29 typedef struct Label Label; typedef
68 struct Label struct
70 uintptr sp;
71 uintptr pc;
/plan9-contrib/sys/src/9/pc/
H A Ddat.h9 typedef struct Label Label; typedef
51 struct Label struct
53 ulong sp;
54 ulong pc;
/plan9-contrib/sys/src/9/pcboot/
H A Ddat.h7 typedef struct Label Label; typedef
85 struct Label struct
87 ulong sp;
88 ulong pc;
/plan9-contrib/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-contrib/sys/src/cmd/unix/drawterm/kern/
H A Ddat.h22 typedef struct Label Label; typedef
87 struct Label struct
89 jmp_buf buf;
/plan9-contrib/sys/src/cmd/
H A Dsed.c88 } Label; typedef