| /src/usr.bin/make/unit-tests/ |
| counter-append.mk | 7 # 6 words, even though the NEXT variable was only accessed 3 times. 15 NEXT= ${COUNTER::+=a}${COUNTER:[#]} 19 A:= ${NEXT} 20 B:= ${NEXT} 21 C:= ${NEXT}
|
| counter.mk | 7 # 4 words, even though the NEXT variable was only accessed 3 times. 15 NEXT= ${COUNTER::=${COUNTER} a}${COUNTER:[#]} 19 A:= ${NEXT} 20 B:= ${NEXT} 21 C:= ${NEXT}
|
| /src/common/dist/zlib/examples/ |
| gun.c | 93 unsigned char *next; local in function:in 96 next = me->inbuf; 97 *buf = next; 103 ret = (int)read(me->infile, next, ret); 108 next += ret; 154 /* next input byte macro for use inside lunpipe() and gunpipe() */ 155 #define NEXT() (have ? 0 : (have = in(indp, &next)), \ 156 last = have ? (have--, (int)(*next++)) : -1) 178 if (NEXT() == -1) 387 z_const unsigned char *next = NULL; local in function:gunpipe [all...] |
| /src/sys/external/bsd/common/include/linux/ |
| list.h | 56 #define LIST_HEAD_INIT(name) { .prev = &(name), .next = &(name) } 64 head->next = head; 70 return head->next; 82 return node->next; 94 return (head->next == head); 103 if (head->next != head->prev) 117 return head == entry->next; 122 struct list_head *next) 124 prev->next = node; 126 node->next = next 139 struct list_head *next = head->next; local in function:list_add_rcu [all...] |
| /src/sys/netinet6/ |
| in6_src.c | 156 #define NEXT(r) do {\ 163 goto next; /* XXX: we can't use 'continue' here */ \ 173 #define NEXT(r) goto next 249 NEXT(2); 252 NEXT(2); 262 NEXT(3); 266 NEXT(3); 292 NEXT(4); 309 NEXT(4) [all...] |
| /src/sys/arch/sparc/dev/ |
| ms_pckbport.c | 239 /* NEXT prepares to put the next event, backing off if necessary */ 240 #define NEXT do { \ 264 NEXT; 274 NEXT; 283 NEXT;
|
| /src/sys/dev/sun/ |
| ms.c | 334 /* NEXT prepares to put the next event, backing off if necessary */ 335 #define NEXT \ 356 NEXT; 365 NEXT; 373 NEXT;
|
| /src/usr.bin/menuc/ |
| scan.l | 83 next { return NEXT; }
|
| parse.y | 55 %token <i_value> X Y W H NO BOX SUB HELP MENU NEXT EXIT ACTION ENDWIN OPTION 120 $8 = $8->next; 121 t->next = cur_menu->info->optns; 165 | option_list option { $2->next = $1; $$ = $2; } 184 elem : NEXT MENU NAME 187 yyerror ("Double sub/next menu definition"); 195 yyerror ("Double sub/next menu definition");
|
| /src/sys/arch/x68k/dev/ |
| ms.c | 425 /* NEXT prepares to put the next event, backing off if necessary */ 426 #define NEXT \ 446 NEXT; 456 NEXT; 465 NEXT; 681 /* start next sequence */
|
| /src/lib/libc/include/isc/ |
| list.h | 28 #define LINK(type) struct { type *prev, *next; } 32 (elt)->link.next = (type *)(-1); \ 37 (void *)((elt)->link.next) != (void *)(-1)) 51 (elt)->link.next = (list).head; \ 59 (list).tail->link.next = (elt); \ 63 (elt)->link.next = NULL; \ 70 if ((elt)->link.next != NULL) \ 71 (elt)->link.next->link.prev = (elt)->link.prev; \ 77 (elt)->link.prev->link.next = (elt)->link.next; \ [all...] |
| /src/lib/libc/regex/ |
| regcomp.c | 106 const char *next; /* next character in RE */ member in struct:parse 194 #define PEEK() (*p->next) 195 #define PEEK2() (*(p->next+1)) 196 #define MORE() (p->next < p->end) 197 #define MORE2() (p->next+1 < p->end) 201 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0) 204 #define NEXT() (p->next++) 205 #define NEXT2() (p->next += 2 [all...] |
| /src/sys/arch/evbppc/virtex/dev/ |
| pstwo.c | 57 #define NEXT(idx) (void)((idx) = ((idx) + 1) % PSTWO_RXBUF_SIZE)
|
| /src/lib/libcompat/regexp/ |
| regexp.c | 72 * plus a "next" pointer, possibly plus an operand. "Next" pointers of 73 * all nodes except BRANCH implement concatenation; a "next" pointer with 91 #define BRANCH 6 /* node Match this alternative, or the next... */ 92 #define BACK 7 /* no Match "", "next" ptr points backward. */ 107 * together with their "next" pointers, since precedence prevents 109 * "next" pointer of the last BRANCH in a choice points to the 111 * final "next" pointer of each individual branch points; each 114 * BACK Normal "next" pointers all implicitly point forward; BACK 126 * A node is one char of opcode followed by two chars of "next" pointer 420 char *next; local in function:regpiece 904 char *next; \/* Next node. *\/ local in function:regmatch 1174 char *next; local in function:regdump [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/ |
| vmm.h | 290 #define VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL,BASE,SIZE,NEXT) do { \ 301 NEXT; \ 317 (MAP->mem = MAP->mem->next))
|
| /src/usr.bin/msgs/ |
| msgs.c | 56 * n flush message, go to next message 104 #define NEXT "Next message? [yq]" 145 int next(char *, size_t); 543 ask(lct? MORE : (msg==lastmsg? NOMORE : NEXT)); 580 msg = next(in, sizeof(inbuf) - 729 next(char *buf, size_t bufsiz) function in typeref:typename:int 904 if (*s) while (*s && *s <= ' ') s++; /* find start of next field */
|
| /src/sys/arch/mac68k/mac68k/ |
| pramasm.s | 76 addql #1,%d1 | next byte 101 addql #1,%d1 | next byte 239 addqb #4,%d1 | increment to the next sec byte 266 addqb #4,%d1 | increment to the next sec byte 337 moveb %a0@,%d1 | NEXT VICTIM!!
|
| /src/sys/arch/m68k/fpsp/ |
| fpsp.h | 144 *NEXT equ LV+192 ;need to increase LOCAL_SIZE
|
| /src/sys/arch/m68k/060sp/dist/ |
| fplsp.s | 8479 #--NEXT SEE IF EXP(-1/16) < X < EXP(1/16)
|
| fpsp.s | 1193 # * Next * * Next * 1206 # * Next * 1652 # * Next * * Next * 2059 # * Next * * Next * 2644 mov.l EXC_EXTWPTR(%a6),EXC_PC(%a6) # set "Next PC" in exc frame 2704 mov.l EXC_EXTWPTR(%a6),EXC_PC(%a6) # set "Next PC" in exc frame 2731 # * SR * * Next * [all...] |