Searched refs:syn (Results 1 - 25 of 571) sorted by relevance

1234567891011>>

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsmcl.vim21 syn keyword smclCCLword current_date contained
22 syn keyword smclCCLword current_time contained
23 syn keyword smclCCLword rmsg_time contained
24 syn keyword smclCCLword stata_version contained
25 syn keyword smclCCLword version contained
26 syn keyword smclCCLword born_date contained
27 syn keyword smclCCLword flavor contained
28 syn keyword smclCCLword SE contained
29 syn keyword smclCCLword mode contained
30 syn keywor
[all...]
H A Dhamster.vim22 syn case ignore
24 syn keyword hamsterSpecial abs
25 syn keyword hamsterSpecial artaddheader
26 syn keyword hamsterSpecial artalloc
27 syn keyword hamsterSpecial artdelheader
28 syn keyword hamsterSpecial artfree
29 syn keyword hamsterSpecial artgetbody
30 syn keyword hamsterSpecial artgetheader
31 syn keyword hamsterSpecial artgetheaders
32 syn keywor
[all...]
H A Dbaan.vim20 syn case ignore
24 syn match baanIdentifier "\<\k\+\>"
27 syn match baan3glpre "#ident\>"
28 syn match baan3glpre "#include\>"
29 syn region baan3glpre start="#define\>" end="^[^^|]"me=s-1 contains=baanString,baanConstant,baanNumber,baanComment,baansql
30 syn match baan3glpre "#undef\>"
31 syn match baan3glpre "#pragma\>"
32 syn match baan3glpre "#if\>"
33 syn match baan3glpre "#ifdef\>"
34 syn matc
[all...]
H A Daap.vim14 syn include @aapPythonScript syntax/python.vim
16 syn match aapVariable /$[-+?*="'\\!]*[a-zA-Z0-9_.]*/
17 syn match aapVariable /$[-+?*="'\\!]*([a-zA-Z0-9_.]*)/
18 syn keyword aapTodo contained TODO Todo
19 syn match aapString +'[^']\{-}'+
20 syn match aapString +"[^"]\{-}"+
22 syn match aapCommand '^\s*:action\>'
23 syn match aapCommand '^\s*:add\>'
24 syn match aapCommand '^\s*:addall\>'
25 syn matc
[all...]
H A Dfoxpro.vim23 syn match foxproCBConst "\<[c][A-Z][A-Za-z0-9_]*\>"
24 syn match foxproCBVar "\<[lgrt][acndlmf][A-Z][A-Za-z0-9_]*\>"
25 syn match foxproCBField "\<[a-z0-9]*\.[A-Za-z0-9_]*\>"
27 syn match foxproCBField "\<[A-Za-z0-9]*\.[acndlm][A-Z][A-Za-z0-9]*\>"
28 syn match foxproCBWin "\<w[rbcm][A-Z][A-Za-z0-9_]*\>"
31 syn match foxproCBObject "\<[lgr][bfthnkoli][A-Z][A-Za-z0-9_]*\>"
33 syn match foxproCBObject "\<box[A-Z][A-Za-z0-9_]*\>"
34 syn match foxproCBObject "\<fld[A-Z][A-Za-z0-9_]*\>"
35 syn match foxproCBObject "\<txt[A-Z][A-Za-z0-9_]*\>"
36 syn matc
[all...]
H A Dasm68k.vim19 syn case ignore
22 syn keyword asm68kReg a0 a1 a2 a3 a4 a5 a6 a7 d0 d1 d2 d3 d4 d5 d6 d7
23 syn keyword asm68kReg pc sr ccr sp usp ssp
26 syn keyword asm68kReg vbr sfc sfcr dfc dfcr
29 syn keyword asm68kReg msp isp zpc cacr caar
30 syn keyword asm68kReg za0 za1 za2 za3 za4 za5 za6 za7
31 syn keyword asm68kReg zd0 zd1 zd2 zd3 zd4 zd5 zd6 zd7
34 syn keyword asm68kReg crp srp tc ac0 ac1 acusr tt0 tt1 mmusr
37 syn keyword asm68kReg dtt0 dtt1 itt0 itt1 urp
40 syn keywor
[all...]
H A Dsqlanywhere.vim22 syn case ignore
26 syn keyword sqlSpecial false null true
29 syn keyword sqlFunction count sum avg min max debug_eng isnull
30 syn keyword sqlFunction greater lesser argn string ymd todate
31 syn keyword sqlFunction totimestamp date today now utc_now
32 syn keyword sqlFunction number identity years months weeks days
33 syn keyword sqlFunction hours minutes seconds second minute hour
34 syn keyword sqlFunction day month year dow date_format substr
35 syn keyword sqlFunction substring byte_substr length byte_length
36 syn keywor
[all...]
H A Dishd.vim14 syn keyword ishdStatement abort begin case default downto else end
15 syn keyword ishdStatement endif endfor endwhile endswitch endprogram exit elseif
16 syn keyword ishdStatement error for function goto if
17 syn keyword ishdStatement program prototype return repeat string step switch
18 syn keyword ishdStatement struct then to typedef until while
20 syn keyword ishdType BOOL BYREF CHAR GDI HWND INT KERNEL LIST LONG
21 syn keyword ishdType NUMBER POINTER SHORT STRING USER
23 syn keyword ishdConstant _MAX_LENGTH _MAX_STRING
24 syn keyword ishdConstant AFTER ALLCONTENTS ALLCONTROLS APPEND ASKDESTPATH
25 syn keywor
[all...]
H A Dora.vim16 syn clear
25 syn case ignore
28 syn match oraComment "\#.*"
31 syn region oraParen transparent start="(" end=")" contains=@oraAll,oraParen
32 syn match oraParenError ")"
35 syn region oraString start=+"+ end=+"+
40 syn keyword oraKeywordGroup ADDRESS ADDRESS_LIST
41 syn keyword oraKeywordGroup DESCRIPTION_LIST DESCRIPTION
43 syn keyword oraKeyword PROTOCOL
44 syn keywor
[all...]
H A Dwget.vim19 syn match wgetComment "^\s*#.*$" contains=wgetTodo
21 syn keyword wgetTodo TODO NOTE FIXME XXX contained
23 syn match wgetAssignment "^\s*[A-Za-z0-9_-]\+\s*=\s*.*$" contains=wgetCommand,wgetAssignmentOperator,wgetString,wgetBoolean,wgetNumber,wgetValue,wgetQuota,wgetRestriction,wgetTime
25 syn match wgetAssignmentOperator "=" contained
27 syn region wgetString start=+"+ skip=+\\\\\|\\"+ end=+"+ contained oneline
28 syn region wgetString start=+'+ skip=+\\\\\|\\'+ end=+'+ contained oneline
31 syn case ignore
32 syn match wgetBoolean "\<on\|off\|always\|never\|1\|0\>" contained
33 syn case match
35 syn matc
[all...]
H A Dobj.vim15 syn match objError "^\a\+"
17 syn match objKeywords "^cstype\s"
18 syn match objKeywords "^ctech\s"
19 syn match objKeywords "^stech\s"
20 syn match objKeywords "^deg\s"
21 syn match objKeywords "^curv\(2\?\)\s"
22 syn match objKeywords "^parm\s"
23 syn match objKeywords "^surf\s"
24 syn match objKeywords "^end\s"
25 syn matc
[all...]
H A Drhelp.vim25 syn case match
28 syn region rhelpIdentifier matchgroup=rhelpSection start="\\name{" end="}"
29 syn region rhelpIdentifier matchgroup=rhelpSection start="\\alias{" end="}"
30 syn region rhelpIdentifier matchgroup=rhelpSection start="\\pkg{" end="}"
31 syn region rhelpIdentifier matchgroup=rhelpSection start="\\item{" end="}" contained contains=rhelpDots
32 syn region rhelpIdentifier matchgroup=rhelpSection start="\\method{" end=/}/ contained
35 syn include @R syntax/r.vim
36 syn match rhelpDots "\\dots" containedin=@R
37 syn region rhelpRcode matchgroup=Delimiter start="\\examples{" matchgroup=Delimiter transparent end=/}/ contains=@R,rhelpSection
38 syn regio
[all...]
H A Dsshconfig.vim21 syn case ignore
24 syn match sshconfigComment "#.*$" contains=sshconfigTodo
25 syn keyword sshconfigTodo TODO FIXME NOT contained
28 syn keyword sshconfigYesNo yes no ask
29 syn keyword sshconfigYesNo any auto
30 syn keyword sshconfigCipher aes128-cbc 3des-cbc blowfish-cbc cast128-cbc
31 syn keyword sshconfigCipher aes192-cbc aes256-cbc aes128-ctr aes256-ctr
32 syn keyword sshconfigCipher arcfour arcfour128 arcfour256 cast128-cbc
33 syn keyword sshconfigMAC hmac-md5 hmac-sha1 hmac-ripemd160 hmac-sha1-96
34 syn keywor
[all...]
H A Ddiff.vim12 syn match diffOnly "^Only in .*"
13 syn match diffIdentical "^Files .* and .* are identical$"
14 syn match diffDiffer "^Files .* and .* differ$"
15 syn match diffBDiffer "^Binary files .* and .* differ$"
16 syn match diffIsA "^File .* is a .* while file .* is a .*"
17 syn match diffNoEOL "^No newline at end of file .*"
18 syn match diffCommon "^Common subdirectories: .*"
21 syn match diffOnly "^Nom��s a .*: .*$"
22 syn match diffIdentical "^Els fitxers .* i .* s��n id��ntics$"
23 syn matc
[all...]
H A Dnsis.vim14 syn case ignore
18 syn keyword nsisTodo todo attention note fixme readme
19 syn region nsisComment start=";" end="$" contains=nsisTodo
20 syn region nsisComment start="#" end="$" contains=nsisTodo
23 syn match nsisLocalLabel "\a\S\{-}:"
24 syn match nsisGlobalLabel "\.\S\{-1,}:"
27 syn match nsisPreprocSubst "${.\{-}}"
28 syn match nsisDefine "!define\>"
29 syn match nsisDefine "!undef\>"
30 syn matc
[all...]
H A Dpine.vim20 syn keyword pineConfig addrbook-sort-rule
21 syn keyword pineConfig address-book
22 syn keyword pineConfig addressbook-formats
23 syn keyword pineConfig alt-addresses
24 syn keyword pineConfig bugs-additional-data
25 syn keyword pineConfig bugs-address
26 syn keyword pineConfig bugs-fullname
27 syn keyword pineConfig character-set
28 syn keyword pineConfig color-style
29 syn keywor
[all...]
H A Dxmath.vim17 syn region xmathZone matchgroup=Delimiter start="(" matchgroup=Delimiter end=")" transparent contains=ALLBUT,xmathError,xmathBraceError,xmathCurlyError
18 syn region xmathZone matchgroup=Delimiter start="{" matchgroup=Delimiter end="}" transparent contains=ALLBUT,xmathError,xmathBraceError,xmathParenError
19 syn region xmathZone matchgroup=Delimiter start="\[" matchgroup=Delimiter end="]" transparent contains=ALLBUT,xmathError,xmathCurlyError,xmathParenError
20 syn match xmathError "[)\]}]"
21 syn match xmathBraceError "[)}]" contained
22 syn match xmathCurlyError "[)\]]" contained
23 syn match xmathParenError "[\]}]" contained
24 syn match xmathComma "[,;:]"
25 syn match xmathComma "\.\.\.$"
28 syn cas
[all...]
H A Dvrml.vim18 syn keyword VRMLFields ambientIntensity appearance attenuation
19 syn keyword VRMLFields autoOffset avatarSize axisOfRotation backUrl
20 syn keyword VRMLFields bboxCenter bboxSize beamWidth beginCap
21 syn keyword VRMLFields bottom bottomRadius bottomUrl ccw center
22 syn keyword VRMLFields children choice collide color colorIndex
23 syn keyword VRMLFields colorPerVertex convex coord coordIndex
24 syn keyword VRMLFields creaseAngle crossSection cutOffAngle
25 syn keyword VRMLFields cycleInterval description diffuseColor
26 syn keyword VRMLFields directOutput direction diskAngle
27 syn keywor
[all...]
H A Dcuda.vim22 syn keyword cudaStorageClass __device__ __global__ __host__
23 syn keyword cudaStorageClass __constant__ __shared__
24 syn keyword cudaStorageClass __inline__ __align__ __thread__
25 "syn keyword cudaStorageClass __import__ __export__ __location__
26 syn keyword cudaStructure template
27 syn keyword cudaType char1 char2 char3 char4
28 syn keyword cudaType uchar1 uchar2 uchar3 uchar4
29 syn keyword cudaType short1 short2 short3 short4
30 syn keyword cudaType ushort1 ushort2 ushort3 ushort4
31 syn keywor
[all...]
H A Dpilrc.vim9 syn clear
14 syn case ignore
22 syn keyword pilrcKeyword ALERT APPLICATION APPLICATIONICONNAME AREA
23 syn keyword pilrcKeyword BITMAP BITMAPCOLOR BITMAPCOLOR16 BITMAPCOLOR16K
24 syn keyword pilrcKeyword BITMAPFAMILY BITMAPFAMILYEX BITMAPFAMILYSPECIAL
25 syn keyword pilrcKeyword BITMAPGREY BITMAPGREY16 BITMAPSCREENFAMILY
26 syn keyword pilrcKeyword BOOTSCREENFAMILY BUTTON BUTTONS BYTELIST
27 syn keyword pilrcKeyword CATEGORIES CHECKBOX COUNTRYLOCALISATION
28 syn keyword pilrcKeyword DATA
29 syn keywor
[all...]
H A Dskill.vim20 syn keyword skillConstants t nil unbound
23 syn match skillFunction "(abs\>"hs=s+1
24 syn match skillFunction "\<abs("he=e-1
25 syn match skillFunction "(a\=cos\>"hs=s+1
26 syn match skillFunction "\<a\=cos("he=e-1
27 syn match skillFunction "(add1\>"hs=s+1
28 syn match skillFunction "\<add1("he=e-1
29 syn match skillFunction "(addDefstructClass\>"hs=s+1
30 syn match skillFunction "\<addDefstructClass("he=e-1
31 syn matc
[all...]
H A Dsshdconfig.vim21 syn case ignore
24 syn match sshdconfigComment "#.*$" contains=sshdconfigTodo
25 syn keyword sshdconfigTodo TODO FIXME NOT contained
28 syn keyword sshdconfigYesNo yes no none
29 syn keyword sshdconfigAddressFamily any inet inet6
30 syn keyword sshdconfigCipher aes128-cbc 3des-cbc blowfish-cbc cast128-cbc
31 syn keyword sshdconfigCipher aes192-cbc aes256-cbc aes128-ctr aes256-ctr
32 syn keyword sshdconfigCipher arcfour arcfour128 arcfour256 cast128-cbc
33 syn keyword sshdconfigMAC hmac-md5 hmac-sha1 hmac-ripemd160 hmac-sha1-96
34 syn keywor
[all...]
H A Dz8a.vim14 syn case ignore
17 syn keyword z8aInstruction adc add and bit ccf cp cpd cpdr cpi cpir cpl
18 syn keyword z8aInstruction daa di djnz ei exx halt im in
19 syn keyword z8aInstruction ind ini indr inir jp jr ld ldd lddr ldi ldir
20 syn keyword z8aInstruction neg nop or otdr otir out outd outi
21 syn keyword z8aInstruction res rl rla rlc rlca rld
22 syn keyword z8aInstruction rr rra rrc rrca rrd sbc scf set sla sra
23 syn keyword z8aInstruction srl sub xor
24 " syn keyword z8aInstruction push pop call ret reti retn inc dec ex rst
27 syn matc
[all...]
H A Dvgrindefs.vim14 syn match vgrindefsComment "^#.*"
17 syn match vgrindefsField ":ab="
18 syn match vgrindefsField ":ae="
19 syn match vgrindefsField ":pb="
20 syn match vgrindefsField ":bb="
21 syn match vgrindefsField ":be="
22 syn match vgrindefsField ":cb="
23 syn match vgrindefsField ":ce="
24 syn match vgrindefsField ":sb="
25 syn matc
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/rs-ecc/
H A Drslib.c175 unsigned char syn[7], deter, z[4], e0, e1, e2, n0, n1, n2, w0, w1, w2, local
188 syndrome (code, syn);
190 if (syn[0] == 0)
198 errnum (syn, &deter, errcode);
214 x0 = gfmul (syn[2], gfinv (syn[1]));
215 w0 = gfmul (gfexp (syn[1], 2), gfinv (syn[2]));
222 z[0] = gfmul (gfadd (gfmul (syn[1], syn[
[all...]

Completed in 123 milliseconds

1234567891011>>