| /plan9/sys/src/libcontrol/ |
| H A D | label.c | 9 typedef struct Label Label; typedef 11 struct Label struct 56 static void labelshow(Label*); 61 Label *l; in labelfree() 63 l = (Label*)c; in labelfree() 72 labelshow(Label *l) in labelshow() 99 Label *l; in labelctl() 101 l = (Label*)c; in labelctl() 192 Label *l; in createlabel() 194 l = (Label*)_createctl(cs, "label", sizeof(Label), name); in createlabel()
|
| /plan9/sys/src/cmd/fossil/ |
| H A D | fns.h | 30 int readLabel(Cache*, Label*, u32int addr); 40 Block* _blockSetLabel(Block*, Label*); 41 int blockSetLabel(Block*, Label*, int); 65 void labelPack(Label*, uchar*, int); 66 int labelUnpack(Label*, uchar*, int); 106 #pragma varargck type "L" Label*
|
| H A D | dat.h | 9 typedef struct Label Label; typedef 222 struct Label { struct 241 Label l; argument
|
| H A D | cache.c | 720 Label lab; in cacheAllocBlock() 812 Label lab; in cacheCountUsed() 960 _blockSetLabel(Block *b, Label *l) in _blockSetLabel() 985 blockSetLabel(Block *b, Label *l, int allocating) in blockSetLabel() 988 Label oldl; in blockSetLabel() 1396 Label l; in blockCopy() 1507 Label l; in doRemoveLink() 1734 Label *l; in labelFmt() 1736 l = va_arg(f->args, Label*); in labelFmt() 1853 readLabel(Cache *c, Label *l, u32int addr) in readLabel()
|
| H A D | pack.c | 55 labelPack(Label *l, uchar *p, int i) in labelPack() 66 labelUnpack(Label *l, uchar *p, int i) in labelUnpack()
|
| /plan9/sys/src/9/mtx/ |
| H A D | dat.h | 5 typedef struct Label Label; typedef 42 struct Label struct 140 Label sched; /* scheduler wakeup */
|
| /plan9/sys/src/9/rb/ |
| H A D | dat.h | 7 typedef struct Label Label; typedef 44 struct Label struct 150 Label sched; /* scheduler wakeup */
|
| /plan9/rc/bin/ |
| H A D | usps | 16 0,/Label/-1d 17 /^Enter Label/,$d
|
| /plan9/sys/src/9/ppc/ |
| H A D | dat.h | 6 typedef struct Label Label; typedef 46 struct Label struct 160 Label sched; /* scheduler wakeup */
|
| /plan9/sys/src/9/bcm/ |
| H A D | dat.h | 19 typedef struct Label Label; typedef 53 struct Label struct 163 Label sched; /* scheduler wakeup */
|
| /plan9/sys/src/9/omap/ |
| H A D | dat.h | 31 typedef struct Label Label; typedef 66 struct Label struct 165 Label sched; /* scheduler wakeup */
|
| /plan9/sys/src/9/kw/ |
| H A D | dat.h | 5 typedef struct Label Label; typedef 42 struct Label struct 141 Label sched; /* scheduler wakeup */
|
| /plan9/sys/src/cmd/spin/ |
| H A D | flow.c | 21 Label *labtab = (Label *) 0; 579 { Label *l; in show_lab() 586 { Label *l; extern Symbol *context; in set_lab() 599 l = (Label *) emalloc(sizeof(Label)); in set_lab() 608 static Label * 611 Label *l, *anymatch = (Label *) 0; in get_labspec() 631 { Label *l = get_labspec(n); in get_lab() 633 if (l != (Label *) 0) in get_lab() 648 { Label *l; in has_lab() 664 { Label *l; in mov_lab() [all …]
|
| H A D | pangen7.c | 284 extern Label *labtab; 302 { Label *l, *lst; in elim_lab() 317 { Label *l; in claim_has_accept() 344 Label *l; in mk_accepting() 350 l = (Label *) emalloc(sizeof(Label)); in mk_accepting() 372 Label *l; in check_special()
|
| H A D | spin.h | 153 typedef struct Label { struct 159 struct Label *nxt; argument 160 } Label; typedef
|
| /plan9/sys/src/9/pc/ |
| H A D | dat.h | 9 typedef struct Label Label; typedef 52 struct Label struct 227 Label sched; /* scheduler wakeup */
|
| /plan9/sys/src/9/teg2/ |
| H A D | dat.h | 29 typedef struct Label Label; typedef 69 struct Label struct 181 Label sched; /* scheduler wakeup */
|
| /plan9/sys/src/9/pcboot/ |
| H A D | dat.h | 7 typedef struct Label Label; typedef 86 struct Label struct 228 Label sched; /* scheduler wakeup */
|
| /plan9/sys/src/cmd/unix/drawterm/kern/ |
| H A D | dat.h | 22 typedef struct Label Label; typedef 87 struct Label struct 409 Label errlab[NERR];
|
| H A D | waserror.c | 7 Label*
|
| H A D | fns.h | 118 void gotolabel(Label*); 245 Label* pwaserror(void); 307 int setlabel(Label*);
|
| /plan9/sys/src/cmd/ |
| H A D | sed.c | 88 } Label; typedef 155 Label ltab[LABSIZE]; /* Label name symbol table */ 156 Label *labend = ltab+LABSIZE; /* End of label table */ 157 Label *lab = ltab+1; /* Current Fill point */ 195 Label *search(Label *); 268 Label *lpt; in fcomp() 829 Label * 830 search(Label *ptr) in search() 832 Label *rp; in search() 843 Label *lptr; in dechain()
|
| /plan9/sys/src/cmd/cwfs/ |
| H A D | portdat.h | 564 typedef struct Label Label; typedef 565 struct Label /* label block on Devlworms, in last block */ struct
|
| /plan9/sys/lib/tmac/ |
| H A D | tmac.cs | 197 .ds x( "Mailing Label \}
|
| /plan9/sys/src/9/port/ |
| H A D | portfns.h | 125 void gotolabel(Label*); 320 int setlabel(Label*);
|