Searched +refs:term +refs:send +refs:region (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dchill.vim30 syn keyword chillSignal RECEIVE receive SEND send NONPERSISTENT nonpersistent PERSISTENT peristent SET set EVER ever
37 syn region chillString start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=chillSpecial
50 syn region chillParen transparent start='(' end=')' contains=ALLBUT,@chillParenGroup
77 syntax region chillCommentString contained start=+"+ skip=+\\\\\|\\"+ end=+"+ end=+\*/+me=s-1 contains=chillSpecial,chillCommentSkip
78 syntax region chillComment2String contained start=+"+ skip=+\\\\\|\\"+ end=+"+ end="$" contains=chillSpecial
79 syntax region chillComment start="/\*" end="\*/" contains=chillTodo,chillCommentString,chillCharacter,chillNumber,chillFloat,chillSpaceError
82 syn region chillComment start="/\*" end="\*/" contains=chillTodo,chillSpaceError
96 syn region chillPreCondit start="^\s*#\s*\(if\>\|ifdef\>\|ifndef\>\|elif\>\|else\>\|endif\>\)" skip="\\$" end="$" contains=chillComment,chillString,chillCharacter,chillNumber,chillCommentError,chillSpaceError
97 syn region chillIncluded contained start=+"+ skip=+\\\\\|\\"+ end=+"+
102 syn region chillDefin
[all...]
H A Dform.vim11 " This syntax file is still in development. Please send suggestions
34 syn keyword formConditional inexpression inside term
88 syn region formString start=+"+ end=+"+ contains=formSpecial
89 syn region formString start=+'+ end=+'+
90 syn region formNestedString start=+`+ end=+'+ contains=formNestedString
142 hi HeaderStatement term=underline ctermfg=LightGreen guifg=LightGreen gui=bold
144 hi HeaderStatement term=underline ctermfg=DarkGreen guifg=SeaGreen gui=bold
H A Dcterm.vim34 syn keyword ctermFunction rmdir rtime run runx scrollback send
131 syn region ctermComment start="comment" end="$" contains=ctermTodo
132 syn region ctermComment start="remark" end="$" contains=ctermTodo
134 syn region ctermVar start="\$(" end=")"
140 syn region ctermString start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=ctermSpecial,ctermVar,ctermSymbols
182 "hi PreConditBold term=bold ctermfg=1 cterm=bold guifg=Purple gui=bold
183 "hi Special term=bold ctermfg=6 guifg=SlateBlue gui=underline
H A Dprogress.vim34 syn region ProgressDoBlock transparent matchgroup=ProgressDo start="\<do\>" matchgroup=ProgressDo end="\<end\>" contains=ALLBUT,ProgressProcedure,ProgressFunction
35 syn region ProgressForBlock transparent matchgroup=ProgressFor start="\<for\>" matchgroup=ProgressFor end="\<end\>" contains=ALLBUT,ProgressProcedure,ProgressFunction
36 syn region ProgressRepeatBlock transparent matchgroup=ProgressRepeat start="\<repeat\>" matchgroup=ProgressRepeat end="\<end\>" contains=ALLBUT,ProgressProcedure,ProgressFunction
37 syn region ProgressCaseBlock transparent matchgroup=ProgressCase start="\<case\>" matchgroup=ProgressCase end="\<end\scase\>\|\<end\>" contains=ALLBUT,ProgressProcedure,ProgressFunction
83 syn keyword ProgressReserved stream-io string-xref system-dialog table term term[inal] text text-cursor text-seg[-growth] this-procedure time title
92 syn region ProgressString matchgroup=ProgressQuote start=+"+ end=+"+ skip=+\~'\|\~\~+
93 syn region ProgressString matchgroup=ProgressQuote start=+'+ end=+'+ skip=+\~'\|\~\~+
116 syn region ProgressComment start="/\*" end="\*/" contains=ProgressComment,ProgressTodo,ProgressDebug
117 syn region ProgressInclud
[all...]
H A Dsqlanywhere.vim451 syn keyword sqlKeyword send sensitive sent serializable
461 syn keyword sqlKeyword tablockx tb temp template temporary term then
642 syn region sqlString start=+"+ end=+"+ contains=@Spell
643 syn region sqlString start=+'+ end=+'+ contains=@Spell
649 syn region sqlDashComment start=/--/ end=/$/ contains=@Spell
650 syn region sqlSlashComment start=/\/\// end=/$/ contains=@Spell
651 syn region sqlMultiComment start="/\*" end="\*/" contains=sqlMultiComment,@Spell
/macosx-10.10.1/ruby-106/ruby/
H A Dregparse.c871 const UChar* name_end, OnigRegion *region)
883 if (IS_NOT_NULL(region)) {
885 if (region->beg[nums[i]] != ONIG_REGION_NOTPOS)
904 const UChar* name_end, OnigRegion* region)
3203 OnigCodePoint send[] = { (OnigCodePoint )':', (OnigCodePoint )']' }; local
3206 if (str_exist_check_with_esc(send, 2, p, end,
4829 static int parse_subexp(Node** top, OnigToken* tok, int term,
4833 parse_enclose(Node** np, OnigToken* tok, int term, UChar** src, UChar* end, argument
4864 r = parse_subexp(np, tok, term, &p, end, env);
5178 r = parse_subexp(&target, tok, term,
870 onig_name_to_backref_number(regex_t* reg, const UChar* name, const UChar* name_end, OnigRegion *region) argument
903 onig_name_to_backref_number(regex_t* reg, const UChar* name, const UChar* name_end, OnigRegion* region) argument
5744 parse_exp(Node** np, OnigToken* tok, int term, UChar** src, UChar* end, ScanEnv* env) argument
6177 parse_branch(Node** top, OnigToken* tok, int term, UChar** src, UChar* end, ScanEnv* env) argument
6220 parse_subexp(Node** top, OnigToken* tok, int term, UChar** src, UChar* end, ScanEnv* env) argument
[all...]
/macosx-10.10.1/ncurses-44/ncurses/misc/
H A Dterminfo.src264 # with this in mind and send me your annotations.
326 9term|Plan9 terminal emulator for X,
381 ansi+csr|ansi scroll-region plus cursor save & restore,
589 ansi|ansi/pc-term compatible with color,
1357 # console writes because the term routines will recognize that the
1925 # can be configured to send either LF (\015) or CR LF). In Application Mode,
1927 # always send the same "Esc O {code}" sequences. It is assumed that the keypad
2269 # The problem with real vt220 terminals is they don't send escapes when in
2270 # in vt220 mode. This can be gotten around two ways. 1> don't send
2420 # operations, selected region characte
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dtermcap.src239 # with this in mind and send me your annotations.
342 ansi+csr|ansi scroll-region plus cursor save & restore:\
529 ansi|ansi/pc-term compatible with color:\
1128 # console writes because the term routines will recognize that the
1582 # can be configured to send either LF (\015) or CR LF). In Application Mode,
1584 # always send the same "Esc O {code}" sequences. It is assumed that the keypad
1855 # The problem with real vt220 terminals is they don't send escapes when in
1856 # in vt220 mode. This can be gotten around two ways. 1> don't send
1991 # operations, selected region character attribute change operations,
2182 # I can send th
[all...]

Completed in 142 milliseconds