Searched refs:b_next (Results 1 - 25 of 25) sorted by relevance

/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclThreadAlloc.c85 #define b_next b.u.next macro
359 cachePtr->buckets[bucket].firstPtr = blockPtr->b_next;
416 blockPtr->b_next = cachePtr->buckets[bucket].firstPtr;
865 lastPtr = lastPtr->b_next;
867 cachePtr->buckets[bucket].firstPtr = lastPtr->b_next;
876 lastPtr->b_next = sharedPtr->buckets[bucket].firstPtr;
937 blockPtr = blockPtr->b_next;
939 sharedPtr->buckets[bucket].firstPtr = blockPtr->b_next;
940 blockPtr->b_next = NULL;
960 cachePtr->buckets[n].firstPtr = blockPtr->b_next;
[all...]
/macosx-10.10.1/vim-55/src/
H A Dgetchar.c144 for (p = buf->bh_first.b_next; p != NULL; p = np)
146 np = p->b_next;
149 buf->bh_first.b_next = NULL;
168 for (bp = buffer->bh_first.b_next; bp != NULL; bp = bp->b_next)
174 for (bp = buffer->bh_first.b_next; bp != NULL; bp = bp->b_next)
245 if (buf->bh_first.b_next == NULL) /* first add to list */
256 mch_memmove(buf->bh_first.b_next->b_str,
257 buf->bh_first.b_next
[all...]
H A Dbuffer.c100 for (curbuf = firstbuf; curbuf != NULL; curbuf = curbuf->b_next)
301 for (bp = firstbuf; bp != NULL; bp = bp->b_next)
461 firstbuf = buf->b_next;
463 buf->b_prev->b_next = buf->b_next;
464 if (buf->b_next == NULL)
467 buf->b_next->b_prev = buf->b_prev;
971 buf = buf->b_next;
986 buf = buf->b_next;
999 buf = buf->b_next;
[all...]
H A Dex_cmds2.c1401 for (buf = firstbuf; buf; buf = buf->b_next)
1436 for (buf2 = firstbuf; buf2 != NULL; buf2 = buf2->b_next)
1531 for (buf2 = firstbuf; buf2 != NULL; buf2 = buf2->b_next)
1560 for (buf2 = firstbuf; buf2 != NULL; buf2 = buf2->b_next)
1603 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
2434 for (buf = curbuf->b_next; buf != NULL; buf = buf->b_next)
2452 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
H A Dif_lua.c687 luaV_pushbuffer(L, (*b)->b_next);
967 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
973 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
H A Dif_py_both.h485 b = b->b_next;
496 for (b = firstbuf; b; b = b->b_next, --n)
H A Dmemfile.c868 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
933 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
H A Dstructs.h431 struct buffblock *b_next; /* pointer to next buffblock */ member in struct:buffblock
1263 buf_T *b_next; /* links in list of buffers */ member in struct:file_buffer
H A Dif_mzsch.c1859 for (buf = firstbuf; buf; buf = buf->b_next)
1876 for (buf = firstbuf; buf; buf = buf->b_next)
1898 if (buf->b_next == NULL)
1901 return buffer_new(buf->b_next);
1934 for (b = firstbuf; b; b = b->b_next) ++n;
H A Dif_perl.xs1002 for (vimbuf = firstbuf; vimbuf; vimbuf = vimbuf->b_next)
1009 for (vimbuf = firstbuf; vimbuf; vimbuf = vimbuf->b_next)
H A Dif_ruby.c1028 for (b = firstbuf; b != NULL; b = b->b_next)
1044 for (b = firstbuf; b != NULL; b = b->b_next)
H A Dif_tcl.c408 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
436 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
H A Dif_sniff.c1129 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
H A Dmemline.c706 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
844 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
861 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
2264 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
H A Dgui_mac.c636 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
728 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
810 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
H A Dex_cmds.c1407 for (buf = firstbuf; buf; buf = buf->b_next)
2200 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
2878 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
6867 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
H A Dedit.c3812 while ((buf = (buf->b_next != NULL ? buf->b_next : firstbuf)) != curbuf
3960 for (ins_buf = firstbuf; ins_buf != NULL; ins_buf = ins_buf->b_next)
H A Dfileio.c6149 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
6793 buf = buf->b_next;
8792 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
H A Dmain.c1369 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
H A Dmisc2.c1162 nextbuf = buf->b_next;
H A Dnetbeans.c1110 for (bufp = firstbuf; bufp != NULL; bufp = bufp->b_next)
H A Dterm.c2041 for (curbuf = firstbuf; curbuf != NULL; curbuf = curbuf->b_next)
H A Doption.c6073 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
10911 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
10940 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
10974 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
H A Dex_docmd.c10076 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
H A Dspell.c4683 for (buf = firstbuf; buf != NULL; buf = buf->b_next)

Completed in 328 milliseconds