Searched +refs:undo +refs:in +refs:progress (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dxs.tcl36 set undo {}
279 # snack::mixer input $jack v(in$jack)
280 # snack::menuCheck Input $jack v(in$jack)
421 pack [button .tb.undo -command Undo -image snackUndo -highlightthickness 0 -border $border -state disabled] -side left
855 if [catch {snd write $fn -progress snack::progressCallback \
861 if [catch {snd write $fn -progress snack::progressCallback} msg] {
1049 -progress snack::progressCallback]} ret] {
1062 .tb.undo config -state disabled
1219 global f v undo
1221 if [catch {open $fn} in] {
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dcalccard.tex26 % GNU Emacs is distributed in the hope that it will be useful,
39 % This file can be used to produce it in any of three ways:
86 % make \bye not \outer so that the \def\bye in the \else clause below
104 \hsize 4in
105 \vsize 10in
106 \voffset -.7in
113 \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
115 \hsize 3.2in
116 \vsize 7.95in
117 \hoffset -.75in
[all...]
/macosx-10.9.5/vim-53/src/
H A DMake_mvc.mak47 # PERL_VER=[Perl version, in the form 55 (5.005), 56 (5.6.x), etc]
115 # This makefile gives a fineness of control which is not supported in
130 # Note: Make_dvc.mak is in VC4.0 format. Later VC versions see
441 # (/Wp64 is deprecated in VC9 and generates an obnoxious warning.)
462 # The /fixed:no is needed for Quantify. Assume not 4.? as unsupported in VC4.0.
526 $(OUTDIR)\undo.obj \
758 # Is Perl installed in architecture-specific directories?
854 # debug more conveniently (able to look at variables which are in registers)
881 # Report link time code generation progress if used.
977 # Create a default rule for transforming .c files to .obj files in
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dprogress.vim11 " $Id: progress.vim,v 1.3 2006/04/12 21:48:47 vimboss Exp $
40 " and they could go in ProgressReserved,
41 " but I found it more helpful to highlight them in a different color.
72 syn keyword ProgressReserved go-pend[ing] grant graphic-e[dge] group having header help hide import in index indicator input input-o[utput] insert
76 syn keyword ProgressReserved no-lock no-map no-mes[sage] no-pause no-prefe[tch] no-undo no-val[idate] no-wait not null num-ali[ases] num-dbs num-entries
84 syn keyword ProgressReserved to today top-only trans trans[action] trigger triggers trim true underl[ine] undo unform[atted] union unique unix up update
127 " This next line trips up on "no-undo" etc.
145 syn keyword ProgressOperator filename fill-in filled filters first-child first-column first-proc[edure] first-tab-i[tem] fixed-only float focused-row font-based-layout font-table force-file
229 let b:current_syntax = "progress"
/macosx-10.9.5/vim-53/runtime/
H A Dfiletype.vim29 au BufNewFile,BufRead ?\+.in
30 \ if expand("<afile>:t") != "configure.in" |
43 " Function used for patterns that end in a star: don't set the filetype if the
460 " This function checks for valid cl syntax in the first five lines.
488 au BufNewFile,BufRead CMakeLists.txt,*.cmake,*.cmake.in setf cmake
511 au BufNewFile,BufRead configure.in,configure.ac setf config
869 " Cproto files have a comment in the first line and a function prototype in
870 " the second line, it always ends in ";". Indent files may also have
1297 " recognize Prolog by specific text in th
[all...]

Completed in 141 milliseconds