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

/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dcobol.vim85 noremap <silent> <buffer> [] m':call <SID>toend('b')<CR>
86 noremap <silent> <buffer> ][ m':call <SID>toend('')<CR>
242 function! s:toend(direction) function
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.func.c66 static void toend (void);
485 toend();
604 toend();
1094 toend(void) function
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcperl-mode.el3960 (or (re-search-forward "^\n=cut\\>" stop-point 'toend)
3963 (if (re-search-forward "\n=cut\\>" stop-point 'toend)
3996 (re-search-forward "\n\n[^ \t\f\n]" e 'toend)
4015 e 'toend)
4099 stop-point 'toend)
4176 (re-search-forward "^[.;]$" stop-point 'toend))
4661 (1- e) 'toend))
4769 ;; (1- e) 'toend)
4770 (search-forward ")" (1- e) 'toend)
7186 nil 'toend)
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcomint.el1224 (let ((toend (- (line-end-position) (point)))
1228 (skip-chars-forward "^!^" (- (line-end-position) toend))
1229 (< (point) (- (line-end-position) toend)))
H A Dterm.el1767 (let ((toend (- (save-excursion (end-of-line nil) (point)) (point)))
1772 (end-of-line nil) (- (point) toend)))
1775 (end-of-line nil) (- (point) toend))))
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxdisp.c15510 struct glyph *from, *end, *to, *toend;
15528 toend = to + it->glyph_row->used[TEXT_AREA];
15534 while (to < toend && CHAR_GLYPH_PADDING_P (*to))
15541 if (to > toend)
15475 struct glyph *from, *end, *to, *toend; local

Completed in 171 milliseconds