Searched +refs:bs +refs:next +refs:buffer (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dbs.el0 ;;; bs.el --- menu for selecting and displaying buffers
31 ;; The bs-package contains a main function bs-show for poping up a
32 ;; buffer in a way similar to `list-buffers' and `electric-buffer-list':
33 ;; The new buffer offers a Buffer Selection Menu for manipulating
34 ;; the buffer list and buffers.
39 ;; |. bs.el 14690 Emacs-Lisp /home/sun/sylvester/el/bs.e$|
49 ;; M-x bs
140 (defgroup bs nil function
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dada.vim222 " it, then use the next full match (ours).
356 return "\<bs>\<bs>\<bs>"
358 return "\<bs>"
556 \ "command -buffer " .
566 \ "nnoremap <buffer> " .
570 \ "inoremap <buffer> " .
585 \ "nnoremap <buffer>" .
589 \ "inoremap <buffer>"
[all...]
/macosx-10.10.1/ruby-106/ruby/win32/
H A Dwin32.c969 int len, n, bs, quote; local
979 for (bs = 0; *p; ++p) {
982 ++bs;
991 len += ++bs;
993 memset(q, '\\', bs);
994 q += bs;
996 bs = 0;
1010 bs = 0;
1364 struct _NtCmdLineElement *next; member in struct:_NtCmdLineElement
1393 *tail = &tmpcurr->next;
1402 char buffer[MAXPATHLEN], *buf = buffer; local
1496 char *ptr, *base, *buffer, *cmdline; local
2326 static char buffer[512]; local
4029 rb_w32_getcwd(char *buffer, int size) argument
6156 const WCHAR *ptr, *next; local
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dedit.c535 * Flush the output buffer.
743 /* can't use output buffer when reading from stderr */
995 /* shift lookahead buffer if necessary */
1115 * put a character into the output buffer
1156 * returns the line and column corresponding to offset <off> in the physical buffer
1277 int bs= newpos.line && ep->e_plen>ep->e_winsz; local
1281 if(!ep->e_crlf || bs || (2*delta <= ((old-first)+(newpos.line?0:ep->e_plen))) )
1305 * copy virtual to physical and return the index for cursor in physical buffer
1384 genchar buffer[MAXLINE]; local
1385 c = ed_internal(src,buffer);
1409 char buffer[MAXLINE*sizeof(genchar)]; local
[all...]
/macosx-10.10.1/vim-55/src/
H A Dscreen.c22 * LineWraps[row] Flag for each line whether it wraps to the next line.
30 * cells the next byte in ScreenLines[] is 0.
43 * The part of the buffer that is displayed in a window is set with:
44 * - w_topline (first buffer line in window)
58 * Commands that change text in the buffer must call changed_bytes() or
61 * window that shows the changed buffer. This assumes text above the change
70 * Commands that change how a buffer is displayed (e.g., setting 'tabstop')
72 * buffer redisplayed by update_screen() later.
244 * Mark all windows that are editing the current buffer to be updated later.
268 * Changed something in the current window, at buffer lin
8377 char_u *bs; local
9959 char_u buffer[RULER_BUF_LEN]; local
[all...]

Completed in 228 milliseconds