| /src/external/historical/nawk/dist/testdir/ |
| unbundle.awk | 3 $1 != prev { close(prev); prev = $1 }
|
| /src/external/bsd/nvi/docs/USD.doc/vi.ref/ |
| merge.awk | 6 $1 == prev { 14 prev = $1;
|
| /src/external/bsd/bzip2/dist/ |
| format.pl | 43 my ($prev, $curr, $str); 44 $prev = ''; $curr = ''; 47 print OUTFILE $prev; 48 $prev = $curr; 52 if ( $prev =~ /<programlisting>$|<screen>$/ ) { 53 chomp $prev; 54 $curr = join( '', $prev, "<![CDATA[", $curr ); 55 $prev = ''; 59 chomp $prev; 60 $curr = join( '', $prev, "]]>", $curr ) [all...] |
| /src/lib/libform/ |
| gdbinit | 8 if ($lstruct->prev != 0x0) 9 if ($lstruct->prev->next != $lstruct) 14 if ($lstruct->next->prev != $lstruct)
|
| /src/external/lgpl2/userspace-rcu/dist/include/urcu/ |
| rculist.h | 24 newp->prev = head; 25 head->next->prev = newp; 35 newp->prev = head->prev; 36 rcu_assign_pointer(head->prev->next, newp); 37 head->prev = newp; 49 _new->prev = old->prev; 50 rcu_assign_pointer(_new->prev->next, _new); 51 _new->next->prev = _new [all...] |
| /src/external/mit/libuv/dist/src/ |
| queue.h | 29 q->prev = q; 45 h->prev->next = n->next; 46 n->next->prev = h->prev; 47 h->prev = n->prev; 48 h->prev->next = h; 54 n->prev = h->prev; 55 n->prev->next = n [all...] |
| /src/sys/ufs/chfs/ |
| chfs_vnode_cache.c | 81 struct chfs_vnode_cache** prev; local 89 prev = &chmp->chm_vnocache_hash[new->vno % VNODECACHE_SIZE]; 91 while ((*prev) && (*prev)->vno < new->vno) { 92 prev = &((*prev)->next); 94 new->next = *prev; 95 *prev = new; 103 struct chfs_vnode_cache** prev; local 107 prev = &chmp->chm_vnocache_hash[old->vno % VNODECACHE_SIZE] [all...] |
| /src/lib/libc/arch/ia64/gen/ |
| fpsetround.c | 36 fp_rnd prev; local 39 prev = (fp_rnd)((fpsr >> 10) & 3); 42 return (prev);
|
| /src/games/boggle/mkindex/ |
| mkindex.c | 57 int clen, rlen, prev, i; local 61 prev = '\0'; 64 if (*buf != prev) { 68 * So we write out entries for every letter from prev 71 if (prev != '\0') 72 printf("%c %6ld %6ld\n", prev, start, off - 1); 73 for (i = (prev ? prev + 1 : 'a'); i < *buf; i++) 75 prev = *buf; 80 printf("%c %6ld %6ld\n", prev, start, off - 1) [all...] |
| /src/games/warp/ |
| object.c | 35 obj->next->prev = &free_root; 40 obj->prev = where->prev; 41 where->prev = obj; 42 obj->prev->next = obj; 61 curobj->prev->next = curobj->next; 62 curobj->next->prev = curobj->prev; 73 curobj->prev = &free_root; 74 free_root.next->prev = curobj [all...] |
| /src/external/bsd/unbound/dist/services/ |
| outbound_list.c | 71 list->first->prev = e; 73 e->prev = NULL; 84 e->next->prev = e->prev; 85 if(e->prev) 86 e->prev->next = e->next;
|
| /src/external/gpl3/binutils/dist/config/ |
| bootstrap-asan.mk | 9 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ \ 10 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/ \ 11 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/.libs
|
| /src/external/gpl3/binutils.old/dist/config/ |
| bootstrap-asan.mk | 9 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ \ 10 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/ \ 11 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/.libs
|
| /src/external/gpl3/gcc/dist/config/ |
| bootstrap-asan.mk | 9 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ \ 10 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/ \ 11 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/.libs
|
| /src/external/gpl3/gcc/dist/gcc/config/vms/ |
| make-crtlmap.awk | 8 prev="" 25 if ($0 <= prev) 30 prev = $0
|
| /src/external/gpl3/gcc.old/dist/config/ |
| bootstrap-asan.mk | 9 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ \ 10 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/ \ 11 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/.libs
|
| /src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
| make-crtlmap.awk | 8 prev="" 25 if ($0 <= prev) 30 prev = $0
|
| /src/external/gpl3/gdb/dist/config/ |
| bootstrap-asan.mk | 9 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ \ 10 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/ \ 11 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/.libs
|
| /src/external/gpl3/gdb.old/dist/config/ |
| bootstrap-asan.mk | 9 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ \ 10 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/ \ 11 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/.libs
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| tok822_tree.c | 134 t2->prev = t1; 142 next->prev = t2; 150 TOK822 *prev = t1->prev; local 152 if (prev) 153 prev->next = t2; 154 t2->prev = prev; 161 t1->prev = t2; 169 TOK822 *prev = tp->prev local 195 TOK822 *prev = tp->prev; local [all...] |
| /src/common/lib/libc/atomic/ |
| atomic_c11_compare_exchange_cas_16.c | 56 const uint16_t prev = atomic_cas_16(mem, old, desired); local 57 if (prev == old) 59 *ep = prev;
|
| atomic_c11_compare_exchange_cas_32.c | 56 const uint32_t prev = atomic_cas_32(mem, old, desired); local 57 if (prev == old) 59 *ep = prev;
|
| atomic_c11_compare_exchange_cas_8.c | 56 const uint8_t prev = atomic_cas_8(mem, old, desired); local 57 if (prev == old) 59 *ep = prev;
|
| /src/sys/external/bsd/drm/dist/bsd-core/ |
| drm_linux_list.h | 36 struct list_head *next, *prev; member in struct:list_head 45 (head)->prev = head; 55 (head)->next->prev = new; 57 (new)->prev = head; 63 (entry)->prev = (head)->prev; 65 (head)->prev->next = entry; 66 (head)->prev = entry; 71 (entry)->next->prev = (entry)->prev; [all...] |
| /src/external/mpl/bind/dist/lib/dns/rdata/generic/ |
| talink_58.h | 25 dns_name_t prev; member in struct:dns_rdata_talink
|