Searched refs:redraw (Results 26 - 50 of 55) sorted by relevance

123

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dslrnrc.vim119 syn keyword slrnrcFunArt contained help hide_article locate_article mark_spot next next_high_score next_same_subject pipe post post_postponed previous print quit redraw
132 syn keyword slrnrcFunGroup contained page_down page_up post post_postponed quit redraw refresh_groups repeat_last_key save_newsrc select_group subscribe suspend
H A Dreadline.vim83 \ clear-screen redraw-current-line
/macosx-10.10.1/vim-55/src/
H A Dgui_at_sb.c572 Boolean redraw = FALSE; local
594 redraw = TRUE;
598 redraw = TRUE;
600 return redraw;
H A Dmessage.c654 * and a redraw is expected because
861 * if 'redraw' is TRUE, clear and redraw the screen
862 * if 'redraw' is FALSE, just redraw the screen
863 * if 'redraw' is -1, don't redraw at all
866 wait_return(redraw)
867 int redraw;
874 if (redraw
[all...]
H A Dex_getln.c476 update_screen(VALID); /* redraw the screen NOW */
1704 * line did not change. Then we only search and redraw if something changed in
1727 /* if there is a character waiting, search and redraw later */
1808 /* May redraw the status line to show the cursor position. */
1835 /* Always redraw the whole command line to fix shaping and
1902 * If the screen was shifted up, redraw the whole screen (later).
2227 goto redraw;
2256 redraw:
2257 /* redraw the line */
2424 * If part of the command line is an IM preedit string, redraw i
[all...]
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkButton.c1466 goto redraw;
1469 * Must redraw after size changes, since layout could have changed and
1473 goto redraw;
1480 goto redraw;
1487 goto redraw;
1493 redraw:
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkButton.c1438 goto redraw;
1441 * Must redraw after size changes, since layout could have changed
1445 goto redraw;
1452 goto redraw;
1459 goto redraw;
1465 redraw:
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dtree.tcl100 {-redraw Boolean 1 0}
304 if { [Widget::hasChanged $path -redraw bool] && $bool } {
358 # ...and opened -> redraw whole
361 # ...and closed -> redraw cross
399 # node have subnodes - full redraw
402 # force a redraw of the plus/minus sign
948 if { [Widget::getoption $path -redraw] && $data(upd,afterid) != "" } {
1012 if { [Widget::getoption $path -redraw] && $data(upd,afterid) != "" } {
1495 if { [Widget::getoption $path -redraw] } {
1560 if { [Widget::getoption $path -redraw]
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dgetscript.vim10 "redraw!|call inputsave()|call input("Press <cr> to continue")|call inputrestore()
298 redraw!
413 redraw!
H A Dvimball.vim532 redraw!
H A Dnetrw.vim16 "redraw!|call DechoSep()|call inputsave()|call input("Press <cr> to continue")|call inputrestore()
1452 " redraw!
2059 " redraw!
3425 " restoring redraw! after external file handlers
3426 redraw!
3444 " redraw!
3484 " redraw!
4239 " redraw!
4256 " redraw!
5833 " redraw!
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfringe.c1176 If REDRAW is 1, redraw F if the fringe settings was actually
1188 compute_fringe_widths (f, redraw)
1190 int redraw;
1261 if (redraw && FRAME_VISIBLE_P (f))
H A Dmsdos.c1311 safest way to do so is to redraw the glyphs anew, since
2318 int redraw = 0, fg_set = 0, bg_set = 0;
2407 redraw = 1;
2438 redraw = 1;
2474 redraw = 1;
2482 redraw = 1;
2486 if (redraw)
2316 int redraw = 0, fg_set = 0, bg_set = 0; local
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DBroadcast.c1226 goto redraw;
1229 goto redraw;
1236 goto redraw;
1254 redraw:
H A DSeqGrabber.c1501 goto redraw;
1503 goto redraw;
1507 goto redraw;
1542 redraw:
1785 /* Are we ready to display. Clear the redraw pending state. */
H A DTracksCommand.c2544 int redraw = false;
2912 redraw = true;
2925 redraw = true;
2953 redraw = true;
2995 if (redraw) {
2542 int redraw = false; local
H A DMoviePlayer.c4148 * ruins update events sent to redraw the controller, and we must therefore
4362 * ruins update events sent to redraw the controller, and we must therefore
5177 goto redraw;
5179 goto redraw;
5190 goto redraw;
5203 goto redraw;
5206 goto redraw;
5212 redraw:
5791 * Are we ready to display. Clear the redraw pending state.
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Ddiary-lib.el260 (defun diary-set-maybe-redraw (symbol value)
261 "Set SYMBOL's value to VALUE, and redraw the diary if necessary.
280 :set 'diary-set-maybe-redraw
298 :set 'diary-set-maybe-redraw
347 :set 'diary-set-maybe-redraw
950 (defun mark-diary-entries (&optional redraw)
960 ;; To remove any deleted diary entries. Do not redraw when:
963 ;; ii) called via calendar-redraw (since calendar has already been
966 (when (and redraw mark-diary-entries-in-calendar)
968 (redraw
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dcalccard.tex391 For display mode commands, \kbd{H} prefix prevents screen redraw
H A Drefcard.tex318 \key{redraw garbaged screen}{C-l}
H A Dvipcard.tex319 \key{redraw messed up screen}{C-l}
H A DviperCard.tex339 \key{redraw messed up screen}{C-l}
H A Dpl-refcard.tex381 %\key{redraw garbaged screen}{C-l}
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dwoman.el1934 (defun woman-imenu (&optional redraw)
1945 (if redraw (force-mode-line-update))))
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistUtil.tcl3401 # Enforces a redraw of the tablelist widget win.
3413 $w tag add redraw $fromTextIdx $toTextIdx
3414 $w tag remove redraw $fromTextIdx $toTextIdx

Completed in 418 milliseconds

123