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

12

/macosx-10.10/BerkeleyDB-21/db/test/scr015/
H A DTestKeyRange.cpp103 char firstbuf[1024]; local
122 strcpy(firstbuf, buf);
123 firstkey = new Dbt(firstbuf, len + 1);
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.bind.c447 Char firstbuf[2], lastbuf[2]; local
450 fb.buf = firstbuf;
453 firstbuf[0] = (Char) first;
454 firstbuf[1] = 0;
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dmap.c1149 Char firstbuf[2], lastbuf[2]; local
1152 firstbuf[0] = first;
1153 firstbuf[1] = 0;
1158 (void) key__decode_str(firstbuf, unparsbuf,
1169 (void) key__decode_str(firstbuf, unparsbuf,
1174 (void) key__decode_str(firstbuf, unparsbuf,
1187 (void) key__decode_str(firstbuf, unparsbuf,
1194 (void) key__decode_str(firstbuf, unparsbuf,
/macosx-10.10/libedit-40/src/
H A Dmap.c1148 Char firstbuf[2], lastbuf[2]; local
1151 firstbuf[0] = first;
1152 firstbuf[1] = 0;
1157 (void) keymacro__decode_str(firstbuf, unparsbuf,
1168 (void) keymacro__decode_str(firstbuf, unparsbuf,
1173 (void) keymacro__decode_str(firstbuf, unparsbuf,
1186 (void) keymacro__decode_str(firstbuf, unparsbuf,
1193 (void) keymacro__decode_str(firstbuf, unparsbuf,
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dmap.c1145 char firstbuf[2], lastbuf[2]; local
1148 firstbuf[0] = first;
1149 firstbuf[1] = 0;
1156 key__decode_str(firstbuf, unparsbuf, STRQQ));
1163 key__decode_str(firstbuf, unparsbuf, STRQQ),
1168 key__decode_str(firstbuf, unparsbuf, STRQQ),
1179 key__decode_str(firstbuf, unparsbuf, STRQQ));
1185 key__decode_str(firstbuf, unparsbuf, STRQQ));
/macosx-10.10/vim-55/src/
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;
961 case DOBUF_FIRST: buf = firstbuf; break;
973 buf = firstbuf;
1001 buf = firstbuf;
1087 for (bp = firstbuf; bp != NULL; bp = bp->b_next)
1228 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
1656 if (firstbuf == NULL) /* buffer list is empty */
1659 firstbuf
[all...]
H A Dex_cmds2.c1401 for (buf = firstbuf; buf; buf = buf->b_next)
1408 buf = firstbuf;
1436 for (buf2 = firstbuf; buf2 != NULL; buf2 = buf2->b_next)
1531 for (buf2 = firstbuf; buf2 != NULL; buf2 = buf2->b_next)
1550 buf2 = firstbuf;
1560 for (buf2 = firstbuf; buf2 != NULL; buf2 = buf2->b_next)
1603 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
2452 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
H A Dif_lua.c967 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
973 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
990 buf = (lua_toboolean(L, 1)) ? firstbuf : curbuf; /* first buffer? */
H A Dif_py_both.h479 buf_T *b = firstbuf;
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 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_mzsch.c1859 for (buf = firstbuf; buf; buf = buf->b_next)
1876 for (buf = firstbuf; buf; buf = buf->b_next)
1934 for (b = firstbuf; b; b = b->b_next) ++n;
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 Dmisc2.c1160 for (buf = firstbuf; buf != NULL; )
1167 buf = firstbuf;
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)
2917 buf = firstbuf;
6867 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
H A Dglobals.h577 * All buffers are linked in a list. 'firstbuf' points to the first entry,
580 EXTERN buf_T *firstbuf INIT(= NULL); /* first buffer */ variable
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 Dfileio.c6149 for (buf = firstbuf; buf != NULL; buf = buf->b_next)
6777 for (buf = firstbuf; buf != NULL; )
6789 buf = firstbuf;
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 Dnetbeans.c1110 for (bufp = firstbuf; bufp != NULL; bufp = bufp->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 Dgetchar.c4933 for (bp = firstbuf; ; bp = bp->b_next)

Completed in 295 milliseconds

12