Searched +refs:term +refs:insert +refs:char (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dreadline.vim37 \ 'vi\(-move\|-command\|-insert\)\='
47 syn keyword readlineIfOps contained mode term
81 \ beginning-of-line end-of-line forward-char
82 \ backward-char forward-word backward-word
93 \ delete-char backward-delete-char
94 \ forward-backward-delete-char quoted-insert
95 \ tab-insert self-insert transpos
[all...]
H A Dtcsh.vim51 syn keyword tcshShellVar contained afsuser ampm argv autocorrect autoexpand autolist autologout backslash_quote catalog cdpath color colorcat command complete continue continue_args correct cwd dextract dirsfile dirstack dspmbyte dunique echo echo_style edit ellipsis fignore filec gid group histchars histdup histfile histlit history home ignoreeof implicitcd inputmode killdup killring listflags listjobs listlinks listmax listmaxrows loginsh logout mail matchbeep nobeep noclobber noding noglob nokanji nonomatch nostat notify oid owd path printexitvalue prompt prompt2 prompt3 promptchars pushdtohome pushdsilent recexact recognize_only_executables rmstar rprompt savedirs savehist sched shell shlvl status symlinks tcsh term time tperiod tty uid user verbose version visiblebell watch who wordchars
83 syn keyword tcshBindkeyFuncs contained backward-char backward-delete-char
88 \ copy-prev-word copy-region-as-kill dabbrev-expand delete-char
89 \ delete-char-or-eof delete-char-or-list
90 \ delete-char-or-list-or-eof delete-word digit digit-argument
93 \ expand-variables forward-char forward-word
95 \ history-search-forward insert-last-word i-search-fwd
99 \ normalize-command overwrite-mode prefix-meta quoted-insert
[all...]
H A Dchill.vim88 syn keyword chillType dcl DCL int INT char CHAR bool BOOL REF ref LOC loc INSTANCE instance
93 syn keyword chillEDML select SELECT delete DELETE update UPDATE in IN seq SEQ WHERE where INSERT insert include INCLUDE exclude EXCLUDE
108 " Avoid matching foo::bar() in C++ by requiring that the next char is not ':'
140 " hi chillConditional term=bold ctermfg=red guifg=red gui=bold
158 "hi chillEDML term=underline ctermfg=DarkRed guifg=Red
160 "hi chillBoolConst term=bold ctermfg=brown guifg=brown
162 "hi chillLogical term=bold ctermfg=brown guifg=brown
179 " hi chillComment term=None ctermfg=lightblue guifg=lightblue
H A Dprogress.vim72 syn keyword ProgressReserved go-pend[ing] grant graphic-e[dge] group having header help hide import in index indicator input input-o[utput] insert
83 syn keyword ProgressReserved stream-io string-xref system-dialog table term term[inal] text text-cursor text-seg[-growth] this-procedure time title
133 syn keyword ProgressOperator bind-where block-iteration-display border-bottom border-bottom-ch[ars] border-bottom-pi[xels] border-left border-left-char[s] border-left-pixe[ls] border-right border-right-cha[rs]
135 syn keyword ProgressOperator button button[s] byte cache cache-size can-query can-set cancel-break cancel-button caps careful-paint case-sensitive cdecl char[acter] character_length charset
140 syn keyword ProgressOperator current-result-row current-row-modified current-value cursor-char cursor-line cursor-offset data-entry-retur[n] data-t[ype] date date-f[ormat] day db-references
141 syn keyword ProgressOperator dcolor dde-error dde-i[d] dde-item dde-name dde-topic debu[g] dec[imal] default-b[utton] default-extensio[n] defer-lob-fetch define defined delete-char delete-current-row
146 syn keyword ProgressOperator fore[ground] form-input forward[s] frame-spa[cing] frame-x frame-y frequency from-cur[rent] full-height full-height-char[s] full-height-pixe[ls] full-pathn[ame]
147 syn keyword ProgressOperator full-width full-width[-chars] full-width-pixel[s] ge get get-blue[-value] g[et-char-property] get-double get-dynamic get-file get-float get-green[-value]
149 syn keyword ProgressOperator get-string get-tab-item get-text-height get-text-height-char[
[all...]
H A Dsqlanywhere.vim72 syn keyword sqlFunction ascii char left ltrim repeat
381 syn keyword sqlKeyword catalog ceil changes char char_convert check checksum
461 syn keyword sqlKeyword tablockx tb temp template temporary term then
503 syn keyword sqlStatement input insert install leave load lock loop
513 syn keyword sqlType char long varchar text
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dterm.el0 ;;; term.el --- general command interpreter in a window stuff
55 ;;; (defun term-send-up () (interactive) (term-send-raw-string "\eOA"))
56 ;;; (defun term-send-down () (interactive) (term-send-raw-string "\eOB"))
57 ;;; (defun term-send-right () (interactive) (term-send-raw-string "\eOC"))
58 ;;; (defun term-send-left () (interactive) (term-send-raw-string "\eOD"))
64 ;;; With this enhanced ansi-term
408 (defgroup term nil function
1297 (defun term (program) function
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dorg.el146 (defcustom org-insert-mode-line-in-empty-file nil
147 "Non-nil means insert the first line setting Org-mode in empty files.
216 terminated by a colon. You can insert a schedule keyword and
225 terminated by a colon. You can insert a schedule keyword and
387 whitestart Only at the beginning of lines, before the first non-white char.
394 (const :tag "Before first char in a line" whitestart)
442 "Should `org-insert-heading' leave a blank line before new heading/item?
450 (defcustom org-insert-heading-hook nil
528 "Non-nil means, update checkbox statistics after insert and toggle.
529 When this is set, checkbox statistics is updated each time you either insert
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Debnf2ps.el49 ;; To use ebnf2ps, insert in your ~/.emacs:
195 ;; ;; insert here your ebnf2ps settings
249 ;; repeat = [ integer "*" [ integer ]] term. ;; repetition
251 ;; term = factor
319 ;; The line comment is controlled by `ebnf-lex-comment-char'. The default
322 ;; The end of production is controlled by `ebnf-lex-eop-char'. The default
331 ;; `ebnf-lex-comment-char' and `ebnf-lex-eop-char'.
705 ;; `ebnf-lex-comment-char' Specify the line comment character.
707 ;; `ebnf-lex-eop-char' Specif
[all...]
H A Dsql.el877 '(("ins" . "insert")
987 "indicator" "initialize" "initially" "inner" "inout" "input" "insert"
1010 "array" "binary" "bit" "blob" "boolean" "char" "character" "clob"
1096 "initially" "initrans" "inner" "insert" "instance" "instantiable"
1153 "bfile" "blob" "byte" "char" "character" "clob" "date" "dec" "decimal"
1223 "suf\\(fix\\)?\\|tab\\|term\\(out\\)?\\|ti\\(me\\)?\\|"
1289 "initcond" "initially" "input" "insensitive" "insert" "instead"
1312 "anyarray" "bigint" "bigserial" "bit" "boolean" "box" "bytea" "char"
1370 "grant" "group" "having" "identified" "in" "index" "inner" "insert"
1382 "bigint" "bitmap" "blob" "boolean" "char" "characte
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dvipcard.tex269 VIP has three modes: {\it emacs mode}, {\it vi mode} and {\it insert mode}.
272 This card explains only vi mode and insert mode.
278 \metax{from vi mode to insert mode}{i, I, a, A, o, O {\rm or} C-o}
279 \key{from insert mode to vi mode}{ESC}
285 \kbd{(setq term-setup-hook 'vip-mode)}
344 \key{{\bf insert} at point}{i}
346 \key{{\bf insert} before first non-white}{I}
370 \key{{\bf insert} a specified file at point}{X I}
540 \key{insert specified string for each line in the region}{\# q {\it m}}
583 \twocol{vip-help-in-insert
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/termcap/grot/
H A Dtexinfo.tex355 \def\@{{\tt \char '100}}
366 \def\mylbrace {{\tt \char '173}}
367 \def\myrbrace {{\tt \char '175}}
433 % just turn into \lisppar, which will insert no space now that we've
538 % @include file insert text of that file as input.
542 %char (in which case the blank would become the \input argument).
763 % empty), we can't just use \parsearg; we have to insert a space of our
1665 \char\lccode\itemno
1678 \char\uccode\itemno
1733 % using the widest term desire
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex93 \let\ptexinsert=\insert
156 % in some cases the escape char.
209 % We want to insert a rule with the height and depth of the current
254 % we did was a \nobreak, we don't want to insert more space.
486 % It's the responsibility of \envdef to insert \begingroup before the
852 % @include file insert text of that file as input.
969 % after a section heading. If WORD is `insert', then do indent at such
978 \def\insertword{insert}
2249 % to \aboveenvbreak to insert \parskip glue after all.
2427 \char\lccod
[all...]
/macosx-10.10.1/gnutar-453/gnutar/doc/
H A Dtexinfo.tex92 \let\ptexinsert=\insert
157 % in some cases the escape char.
212 % We want to insert a rule with the height and depth of the current
257 % we did was a \nobreak, we don't want to insert more space.
489 % It's the responsibility of \envdef to insert \begingroup before the
855 % @include file insert text of that file as input.
972 % after a section heading. If WORD is `insert', then do indent at such
981 \def\insertword{insert}
1992 % A feymr10 euro is ~7.3pt wide, while a normal cmtt10 char is ~5.25pt wide.
2351 % bizarre value of 10001 as a signal to \aboveenvbreak to insert
[all...]
/macosx-10.10.1/groff-38/groff/doc/
H A Dtexinfo.tex92 \let\ptexinsert=\insert
157 % in some cases the escape char.
212 % We want to insert a rule with the height and depth of the current
257 % we did was a \nobreak, we don't want to insert more space.
489 % It's the responsibility of \envdef to insert \begingroup before the
855 % @include file insert text of that file as input.
972 % after a section heading. If WORD is `insert', then do indent at such
981 \def\insertword{insert}
1992 % A feymr10 euro is ~7.3pt wide, while a normal cmtt10 char is ~5.25pt wide.
2351 % bizarre value of 10001 as a signal to \aboveenvbreak to insert
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/doc/
H A Dtexinfo.tex145 % in some cases the escape char.
204 % we did was a \nobreak, we don't want to insert more space.
614 % just turn into \lisppar, which will insert no space now that we've
794 % @include file insert text of that file as input.
1976 % to \aboveenvbreak to insert \parskip glue after all.
2154 \char\lccode\itemno
2167 \char\uccode\itemno
2223 % using the widest term desired in each column.
2437 % text to a box and make the \insert when a row of the table is
2452 \noalign{\insert\footin
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/config/
H A Dtexinfo.tex177 % we did was a \nobreak, we don't want to insert more space.
573 % just turn into \lisppar, which will insert no space now that we've
753 % @include file insert text of that file as input.
2057 \char\lccode\itemno
2070 \char\uccode\itemno
2126 % using the widest term desired in each column.
2573 % empty), we can't just use \parsearg; we have to insert a space of our
2793 \def\@{@}% change to @@ when we switch to @ as escape char in aux files.
2989 \insert\margin{\hbox{\vrule height8pt depth3pt width0pt #2}}%
3156 % We like breaks before the index initials, so insert
[all...]
/macosx-10.10.1/uucp-11/uucp/
H A Dtexinfo.tex560 % just turn into \lisppar, which will insert no space now that we've
740 % @include file insert text of that file as input.
1979 \char\lccode\itemno
1992 \char\uccode\itemno
2048 % using the widest term desired in each column.
2483 % empty), we can't just use \parsearg; we have to insert a space of our
2725 \def\@{@}% will be @@ when we switch to @ as escape char.
2879 \insert\margin{\hbox{\vrule height8pt depth3pt width0pt #2}}%
3045 % We like breaks before the index initials, so insert a bonus.
3298 % \def\appendixletter{\char\th
[all...]
/macosx-10.10.1/emacs-93/emacs/man/
H A Dtexinfo.tex92 \let\ptexinsert=\insert
214 % We want to insert a rule with the height and depth of the current
259 % we did was a \nobreak, we don't want to insert more space.
494 % It's the responsibility of \envdef to insert \begingroup before the
875 % @include file insert text of that file as input.
992 % after a section heading. If WORD is `insert', then do indent at such
1001 \def\insertword{insert}
1564 \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char.
1650 \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char.
1738 \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char
[all...]
/macosx-10.10.1/gnutar-453/gnutar/build-aux/
H A Dtexinfo.tex92 \let\ptexinsert=\insert
214 % We want to insert a rule with the height and depth of the current
259 % we did was a \nobreak, we don't want to insert more space.
494 % It's the responsibility of \envdef to insert \begingroup before the
875 % @include file insert text of that file as input.
992 % after a section heading. If WORD is `insert', then do indent at such
1001 \def\insertword{insert}
1564 \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char.
1650 \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char.
1738 \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char
[all...]
/macosx-10.10.1/bc-21/bc/doc/
H A Dtexinfo.tex559 % just turn into \lisppar, which will insert no space now that we've
701 % @include file insert text of that file as input.
1935 \char\lccode\itemno
1948 \char\uccode\itemno
2004 % using the widest term desired in each column.
2439 % empty), we can't just use \parsearg; we have to insert a space of our
2675 \def\@{@}% will be @@ when we switch to @ as escape char.
2829 \insert\margin{\hbox{\vrule height8pt depth3pt width0pt #2}}%
2995 % We like breaks before the index initials, so insert a bonus.
3244 % \def\appendixletter{\char\th
[all...]
/macosx-10.10.1/vim-55/runtime/
H A Doptwin.vim230 call append("$", "paste\tpaste mode, insert typed text literally")
359 call append("$", "writedelay\tdelay in msec for each char written to the display")
516 call append("$", "term\tname of the used terminal")
517 call <SID>OptionG("term", &term)
518 call append("$", "ttytype\talias for 'term'")
816 call append("$", "softtabstop\tif non-zero, number of spaces to insert for a <Tab>")
1232 call append("$", "virtualedit\twhen to use virtual editing: \"block\", \"insert\" and/or \"all\"")

Completed in 258 milliseconds