Searched defs:NEXT (Results 1 – 12 of 12) sorted by relevance
/plan9/sys/src/9/mtx/ |
H A D | etherif.h | 32 #define NEXT(x, l) (((x)+1)%(l)) macro
|
/plan9/sys/src/9/ppc/ |
H A D | etherif.h | 32 #define NEXT(x, l) (((x)+1)%(l)) macro
|
/plan9/sys/src/9/pc/ |
H A D | etherif.h | 34 #define NEXT(x, l) (((x)+1)%(l)) macro
|
/plan9/sys/src/9/rb/ |
H A D | etherif.h | 35 #define NEXT(x, l) (((x)+1)%(l)) macro
|
/plan9/sys/src/9/omap/ |
H A D | etherif.h | 40 #define NEXT(x, l) (((x)+1)%(l)) macro
|
/plan9/sys/src/9/teg2/ |
H A D | etherif.h | 41 #define NEXT(x, l) (((x)+1)%(l)) macro
|
/plan9/sys/src/9/kw/ |
H A D | etherif.h | 54 #define NEXT(x, l) (((x)+1)%(l)) macro
|
/plan9/sys/src/cmd/spin/ |
H A D | tl.h | 67 , NEXT /* 269 */ enumerator
|
/plan9/sys/src/ape/cmd/pax/ |
H A D | regexp.c | 152 #define NEXT(p) (((*((p)+1)&0377)<<8) + (*((p)+2)&0377)) macro
|
/plan9/sys/src/cmd/awk/ |
H A D | awkgram.c | 79 #define NEXT 57393 macro
|
/plan9/sys/src/cmd/gs/src/ |
H A D | gdevx.h | 89 Atom NEXT, PAGE, DONE; /* Atoms used to talk to ghostview */ member
|
/plan9/sys/src/cmd/cwfs/ |
H A D | portdat.h | 18 #define NEXT(x, l) (((x)+1) % (l)) macro
|