Searched refs:lastbuf (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/
H A Dtc.bind.c447 Char firstbuf[2], lastbuf[2]; local
451 lb.buf = lastbuf;
455 lastbuf[0] = (Char) last;
456 lastbuf[1] = 0;
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dmap.c1149 Char firstbuf[2], lastbuf[2]; local
1154 lastbuf[0] = last;
1155 lastbuf[1] = 0;
1176 (void) key__decode_str(lastbuf, extrabuf,
/macosx-10.10/libedit-40/src/
H A Dmap.c1148 Char firstbuf[2], lastbuf[2]; local
1153 lastbuf[0] = last;
1154 lastbuf[1] = 0;
1175 (void) keymacro__decode_str(lastbuf, extrabuf,
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dmap.c1145 char firstbuf[2], lastbuf[2]; local
1150 lastbuf[0] = last;
1151 lastbuf[1] = 0;
1169 key__decode_str(lastbuf, extrabuf, STRQQ),
/macosx-10.10/vim-55/src/
H A Dbuffer.c465 lastbuf = buf->b_prev;
962 case DOBUF_LAST: buf = lastbuf; break;
1007 buf = lastbuf;
1663 lastbuf->b_next = buf;
1664 buf->b_prev = lastbuf;
1666 lastbuf = buf;
H A Dglobals.h578 * 'lastbuf' to the last entry and 'curbuf' to the currently active buffer.
581 EXTERN buf_T *lastbuf INIT(= NULL); /* last buffer */ variable

Completed in 100 milliseconds