Searched refs:region (Results 251 - 275 of 904) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/llvmCore-3425.0.34/utils/vim/
H A Dtablegen.vim24 syn region tgString start=/"/ skip=/\\"/ end=/"/ oneline
26 syn region tgCode start=/\[{/ end=/}\]/
31 syn region tgComment2 matchgroup=tgComment2 start=+/\*+ end=+\*/+ contains=tgTodo,tgComment2
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXRegion.c29 * Returns an allocated region handle.
187 TkRegion region,
197 result = HIShapeIntersectsRect((HIShapeRef) region, &r) ?
201 HIShapeRef sectRgn = HIShapeCreateIntersection((HIShapeRef) region,
269 * Set up a rectangle of the given region based on the supplied
276 * The region is updated, with extra pixels added to it.
283 TkRegion region, /* Region to update. */
284 unsigned int x, /* Where in region to update. */
285 unsigned int y, /* Where in region to update. */
317 TkUnionRectWithRegion(&rect, region, regio
180 TkRectInRegion( TkRegion region, int x, int y, unsigned int width, unsigned int height) argument
274 TkpBuildRegionFromAlphaData( TkRegion region, unsigned int x, unsigned int y, unsigned int width, unsigned int height, unsigned char *dataPtr, unsigned int pixelStride, unsigned int lineStride) argument
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Da2ps.vim44 syn region a2psString display oneline start=+'+ end=+'+
47 syn region a2psString display oneline start=+"+ end=+"+
52 syn region a2psComment display oneline start='^\s*#' end='$'
H A Dabc.vim16 syn region abcGuitarChord start=+"[A-G]+ end=+"+ contained
33 syn region abcHeader start="^X:" end="^K:.*$" contained contains=abcHeadField,abcComment keepend
34 syn region abcTune start="^X:" end="^ *$" contains=abcHeader,abcComment,abcBar,abcNote,abcBodyField,abcGuitarChord,abcTuple,abcBroken,abcTie
H A Dbc.vim41 syn region bcComment start="/\*" end="\*/"
45 syn region bcList matchgroup=Delimiter start="(" skip="|.\{-}|" matchgroup=Delimiter end=")" contains=@bcAll
46 syn region bcList matchgroup=Delimiter start="\[" skip="|.\{-}|" matchgroup=Delimiter end="\]" contains=@bcAll
H A Dconfig.vim28 syn region configstring start=+"+ skip=+\\"+ end=+"+
29 syn region configstring start=+'+ skip=+\\'+ end=+'+
30 syn region configstring start=+`+ skip=+\\'+ end=+`+
H A Ddylanintr.vim17 syn region dylanintrInfo matchgroup=Statement start="^" end=":" oneline
20 syn region dylanintrType start=+"+ skip=+\\\\\|\\"+ end=+"+
22 syn region dylanintrIncluded contained start=+"+ skip=+\\\\\|\\"+ end=+"+
H A Dhaskell.vim61 syn region hsString start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=hsSpecialChar
103 syn region hsBlockComment start="{-" end="-}" contains=hsBlockComment
104 syn region hsPragma start="{-#" end="#-}"
112 syn region cPreCondit start="^\s*\(%:\|#\)\s*\(if\|ifdef\|ifndef\|elif\)\>" skip="\\$" end="$" end="//"me=s-1 contains=cComment,cCppString,cCommentError
114 syn region cCppOut start="^\s*\(%:\|#\)\s*if\s\+0\+\>" end=".\@=\|$" contains=cCppOut2
115 syn region cCppOut2 contained start="0" end="^\s*\(%:\|#\)\s*\(endif\>\|else\>\|elif\>\)" contains=cCppSkip
116 syn region cCppSkip contained start="^\s*\(%:\|#\)\s*\(if\>\|ifdef\>\|ifndef\>\)" skip="\\$" end="^\s*\(%:\|#\)\s*endif\>" contains=cCppSkip
117 syn region cIncluded display contained start=+"+ skip=+\\\\\|\\"+ end=+"+
121 syn region cDefine matchgroup=cPreCondit start="^\s*\(%:\|#\)\s*\(define\|undef\)\>" skip="\\$" end="$"
122 syn region cPrePro
[all...]
H A Drnoweb.vim41 syn region rnowebChunk matchgroup=rnowebDelimiter start="^<<.*>>=" matchgroup=rnowebDelimiter end="^@" contains=@rnowebR,rnowebChunkReference,rnowebChunk fold keepend
43 syn region rnowebSexpr matchgroup=Delimiter start="\\Sexpr{" matchgroup=Delimiter end="}" contains=@rnowebR
46 syn region rnowebSweaveopts matchgroup=Delimiter start="\\SweaveOpts{" matchgroup=Delimiter end="}"
H A Dtads.vim54 syn region tadsDoubleString start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=tadsSpecial,tadsEmbedded
55 syn region tadsSingleString start=+'+ skip=+\\\\\|\\'+ end=+'+ contains=tadsSpecial
57 syn region tadsEmbedded contained start="<<" end=">>" contains=tadsKeyword
65 "syn region cParen transparent start='(' end=')' contains=ALLBUT,cParenError,cIncluded,cSpecial,cTodo,cUserCont,cUserLabel
68 syn region tadsBrace transparent start='{' end='}' contains=ALLBUT,tadsBraceError,tadsIncluded,tadsSpecial,tadsTodo
82 syn region tadsComment start="/\*" end="\*/" contains=tadsTodo
86 syn region tadsPreCondit start="^\s*#\s*\(if\>\|ifdef\>\|ifndef\>\|elif\>\|else\>\|endif\>\)" skip="\\$" end="$" contains=tadsComment,tadsString,tadsNumber,tadsCommentError
87 syn region tadsIncluded contained start=+"+ skip=+\\\\\|\\"+ end=+"+
90 syn region tadsDefine start="^\s*#\s*\(define\>\|undef\>\)" skip="\\$" end="$" contains=ALLBUT,tadsPreCondit,tadsIncluded,tadsInclude,tadsDefine,tadsInBrace,tadsIdentifier
92 syn region tadsPrePro
[all...]
H A Dvsejcl.vim19 syn region vsejclComment start="^/\*" end="$"
20 syn region vsejclComment start="^[\* ]\{}$" end="$"
21 syn region vsejclMisc start="^ " end="$" contains=Jparms
H A Djava.vim17 syn region javaFold start="{" end="}" transparent fold
119 syn region javaLabelRegion transparent matchgroup=javaLabel start="\<case\>" matchgroup=NONE end=":" contains=javaNumber,javaCharacter
136 syn region javaCommentString contained start=+"+ end=+"+ end=+$+ end=+\*/+me=s-1,he=s-1 contains=javaSpecial,javaCommentStar,javaSpecialChar,@Spell
137 syn region javaComment2String contained start=+"+ end=+$\|"+ contains=javaSpecial,javaSpecialChar,@Spell
144 syn region javaComment start="/\*" end="\*/" contains=@javaCommentSpecial,javaTodo,@Spell
164 syn region javaDocComment start="/\*\*" end="\*/" keepend contains=javaCommentTitle,@javaHtml,javaDocTags,javaDocSeeTag,javaTodo,@Spell
165 syn region javaCommentTitle contained matchgroup=javaDocComment start="/\*\*" matchgroup=javaCommentTitle keepend end="\.$" end="\.[ \t\r<&]"me=e-1 end="[^{]@"me=s-2,he=s-1 end="\*/"me=s-1,he=s-1 contains=@javaHtml,javaCommentStar,javaTodo,@Spell,javaDocTags,javaDocSeeTag
167 syn region javaDocTags contained start="{@\(link\|linkplain\|inherit[Dd]oc\|doc[rR]oot\|value\)" end="}"
171 syn region javaDocSeeTag contained matchgroup=javaDocTags start="@see\s\+" matchgroup=NONE end="\_."re=e-1 contains=javaDocSeeTagParam
183 syn region javaStrin
[all...]
H A Damiga.vim26 syn region amiString start=+"+ end=+"+ oneline contains=@Spell
32 syn region amiFlow matchgroup=Statement start="if" matchgroup=Statement end="endif" contains=ALL
40 syn region amiEcho matchgroup=Statement start="\<echo\>" end="$" oneline contains=amiComment
41 syn region amiEcho matchgroup=Statement start="^\.[bB][rR][aA]" end="$" oneline
42 syn region amiEcho matchgroup=Statement start="^\.[kK][eE][tT]" end="$" oneline
H A Ddesc.vim58 syn region descText start=/^\[\(T\|TEXT\)\]/ end=/$/ contains=descTag,descUrl,descEmail
60 syn region descTagRegion start=/^\[\(C\|CATEGORY\)\]/ end=/$/ contains=descTag,descCategory
62 syn region descTagRegion start=/^\[\(F\|FLAG\)\]/ end=/$/ contains=descTag,descFlag
64 syn region descTagRegion start=/^\[\(L\|LICENSE\)\]/ end=/$/ contains=descTag,descLicense
96 " tag region colors
H A Delmfilt.vim20 syn region elmfiltIf start="\<if\>" end="\<then\>" contains=elmfiltParen,elmfiltParenError skipnl skipwhite nextgroup=elmfiltAction
21 syn region elmfiltParen contained matchgroup=Delimiter start="(" matchgroup=Delimiter end=")" contains=elmfiltParen,@elmfiltIfGroup,elmfiltThenError
22 syn region elmfiltMatch contained matchgroup=Delimiter start="/" skip="\\/" matchgroup=Delimiter end="/" skipnl skipwhite nextgroup=elmfiltOper,elmfiltOperKey
36 syn region elmfiltString contained start='"' skip='"\(\\\\\)*\\["%]' end='"' contains=elmfiltArg skipnl skipwhite nextgroup=elmfiltOper,elmfiltOperKey,@Spell
37 syn region elmfiltString contained start="'" skip="'\(\\\\\)*\\['%]" end="'" contains=elmfiltArg skipnl skipwhite nextgroup=elmfiltOper,elmfiltOperKey,@Spell
H A Dmel.vim48 sy region melString start=+"+ skip=+\\"+ end=+"+ contains=melCharSpecial,melCharError
58 sy region melMatrixVector start=/<</ end=/>>/ contains=melInteger,melFloat,melIdentifier,melCommaSemi
63 sy region melParen transparent start='(' end=')' contains=ALLBUT,@melGroup,melParenError,melInParen
68 sy region melComment start="/\*" end="\*/" contains=melTodo,melSpaceError
72 sy region melQuestionColon matchgroup=melConditional transparent start='?' end=':' contains=ALLBUT,@melGroup
H A Dr.vim33 syn region rString start=/"/ skip=/\\\\\|\\"/ end=/"/
35 syn region rString start=/'/ skip=/\\\\\|\\'/ end=/'/
70 syn region rRegion matchgroup=Delimiter start=/(/ matchgroup=Delimiter end=/)/ transparent contains=ALLBUT,rError,rBraceError,rCurlyError
71 syn region rRegion matchgroup=Delimiter start=/{/ matchgroup=Delimiter end=/}/ transparent contains=ALLBUT,rError,rBraceError,rParenError
72 syn region rRegion matchgroup=Delimiter start=/\[/ matchgroup=Delimiter end=/]/ transparent contains=ALLBUT,rError,rCurlyError,rParenError
H A Dtcsh.vim48 syn region tcshStatementEnd transparent contained matchgroup=tcshBuiltin start='' end='\v\\@<!(;|\|[|&]?|\&\&|$)' contains=@tcshStatementEnds
53 syn region tcshSetEnd contained transparent matchgroup=tcshBuiltin start='' skip='\\$' end='$\|;' contains=tcshShellVar,@tcshStatementEnds
58 syn region tcshEnvEnd contained transparent matchgroup=tcshBuiltin start='' skip='\\$' end='$\|;' contains=tcshEnvVar,@tcshStatementEnds
64 syn region tcshAliEnd contained transparent matchgroup=tcshBuiltin start='' skip='\\$' end='$\|;' contains=@tcshStatementEnds
68 syn region tcshIfEnd contained start='\S' skip='\\$' matchgroup=tcshBuiltin end='\v<then>|$' contains=@tcshConditions,tcshSpecial,@tcshStatementEnds
69 syn region tcshIfEnd contained matchgroup=tcshBuiltin contains=@tcshConditions,tcshSpecial start='(' end='\v\)%(\s+then>)?' skipwhite nextgroup=@tcshStatementEnds
70 syn region tcshIfEnd contained matchgroup=tcshBuiltin contains=tcshCommands,tcshSpecial start='\v\{\s+' end='\v\s+\}%(\s+then>)?' skipwhite nextgroup=@tcshStatementEnds keepend
79 syn region tcshParenExpr contained contains=@tcshConditions,tcshSpecial matchgroup=tcshBuiltin start='(' end=')'
80 syn region tcshCmdSubst contained contains=tcshCommands matchgroup=tcshBuiltin start='\v\{\s+' end='\v\s+\}' keepend
88 \ copy-prev-word copy-region
[all...]
H A Dchill.vim37 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 chillDefine start="^\s*#\s*\(define\>\|undef\>\)" skip="\\$" end="$" contains=ALLBUT,@chillPreProcGroup
103 syn region chillPrePro
[all...]
H A Dcsh.vim38 syn region cshDblQuote start=+[^\\]"+lc=1 skip=+\\\\\|\\"+ end=+"+ contains=cshSpecial,cshShellVariables,cshExtVar,cshSelector,cshQtyWord,cshArgv,cshSubst,cshNoEndlineDQ,cshBckQuote,@Spell
39 syn region cshSnglQuote start=+[^\\]'+lc=1 skip=+\\\\\|\\'+ end=+'+ contains=cshNoEndlineSQ,@Spell
40 syn region cshBckQuote start=+[^\\]`+lc=1 skip=+\\\\\|\\`+ end=+`+ contains=cshNoEndlineBQ,@Spell
41 syn region cshDblQuote start=+^"+ skip=+\\\\\|\\"+ end=+"+ contains=cshSpecial,cshExtVar,cshSelector,cshQtyWord,cshArgv,cshSubst,cshNoEndlineDQ,@Spell
42 syn region cshSnglQuote start=+^'+ skip=+\\\\\|\\'+ end=+'+ contains=cshNoEndlineSQ,@Spell
43 syn region cshBckQuote start=+^`+ skip=+\\\\\|\\`+ end=+`+ contains=cshNoEndlineBQ,@Spell
87 syn region cshSetExpr matchgroup=cshSetStmt start="\<set\>\|\<unset\>" end="$\|;" contains=cshComment,cshSetStmt,cshSetVariables,@cshQuoteList
93 syn region cshTest matchgroup=cshStatement start="\<if\>\|\<while\>" skip="\\$" matchgroup=cshStatement end="\<then\>\|$" contains=cshComment,cshOperator,@cshQuoteList,@cshVarLIst
104 syn region cshHereDoc matchgroup=cshRedir start="<<-\=\s*\**END[a-zA-Z_0-9]*\**" matchgroup=cshRedir end="^END[a-zA-Z_0-9]*$"
105 syn region cshHereDo
[all...]
H A Dibasic.vim84 syn region ibasicParen transparent start='(' end=')' contains=ALLBUT,@bParenGroup
90 syn region ibasicHex start="&h" end="\W"
91 syn region ibasicHexError start="&h\x*[g-zG-Z]" end="\W"
115 syn region ibasicString start='"' end='"' contains=ibasicSpecial,ibasicTodo
116 syn region ibasicString start="'" end="'" contains=ibasicSpecial,ibasicTodo
121 syn region ibasicComment start="^rem" end="$" contains=ibasicSpecial,ibasicTodo
122 syn region ibasicComment start=":\s*rem" end="$" contains=ibasicSpecial,ibasicTodo
123 syn region ibasicComment start="\s*'" end="$" contains=ibasicSpecial,ibasicTodo
124 syn region ibasicComment start="^'" end="$" contains=ibasicSpecial,ibasicTodo
129 syn region ibasicLineNumbe
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dnsec3_50.c372 isc_region_t region; local
383 region.base = rdata->data;
384 region.length = rdata->length;
385 nsec3->hash = uint8_consume_fromregion(&region);
386 nsec3->flags = uint8_consume_fromregion(&region);
387 nsec3->iterations = uint16_consume_fromregion(&region);
389 nsec3->salt_length = uint8_consume_fromregion(&region);
390 nsec3->salt = mem_maybedup(mctx, region.base, nsec3->salt_length);
393 isc_region_consume(&region, nsec3->salt_length);
395 nsec3->next_length = uint8_consume_fromregion(&region);
[all...]
H A Dnsec_47.c233 isc_region_t region; local
246 dns_name_toregion(&nsec->next, &region);
247 RETERR(isc_buffer_copyregion(target, &region));
269 isc_region_t region; local
282 dns_rdata_toregion(rdata, &region);
283 dns_name_fromregion(&name, &region);
284 isc_region_consume(&region, name_length(&name));
288 nsec->len = region.length;
289 nsec->typebits = mem_maybedup(mctx, region.base, region
[all...]
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Drep.h132 * create it when we create the rep region, if it doesn't already exist
134 * the rep region. We write it immediately before sending our VOTE1 in
170 /* Macros to lock/unlock the replication region as a whole. */
172 MUTEX_LOCK(env, (env)->rep_handle->region->mtx_region)
174 MUTEX_UNLOCK(env, (env)->rep_handle->region->mtx_region)
179 * the whole region.
182 MUTEX_LOCK(env, (env)->rep_handle->region->mtx_event)
184 MUTEX_UNLOCK(env, (env)->rep_handle->region->mtx_event)
195 roff_t tally_off; /* Offset of the tally region. */
196 roff_t v2tally_off; /* Offset of the vote2 tally region
470 REP *region; /* In memory structure. */ member in struct:__db_rep
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderBlock.h122 // Versions that can compute line offsets with the region and page offset passed in. Used for speed to avoid having to
123 // compute the region all over again when you already know it.
124 LayoutUnit availableLogicalWidthForLineInRegion(LayoutUnit position, bool shouldIndentText, RenderRegion* region, LayoutUnit logicalHeight = 0) const argument
126 return std::max<LayoutUnit>(0, logicalRightOffsetForLineInRegion(position, shouldIndentText, region, logicalHeight)
127 - logicalLeftOffsetForLineInRegion(position, shouldIndentText, region, logicalHeight));
129 LayoutUnit logicalRightOffsetForLineInRegion(LayoutUnit position, bool shouldIndentText, RenderRegion* region, LayoutUnit logicalHeight = 0) const argument
131 return logicalRightOffsetForLine(position, logicalRightOffsetForContent(region), shouldIndentText, logicalHeight);
133 LayoutUnit logicalLeftOffsetForLineInRegion(LayoutUnit position, bool shouldIndentText, RenderRegion* region, LayoutUnit logicalHeight = 0) const argument
135 return logicalLeftOffsetForLine(position, logicalLeftOffsetForContent(region), shouldIndentText, logicalHeight);
137 LayoutUnit startOffsetForLineInRegion(LayoutUnit position, bool shouldIndentText, RenderRegion* region, LayoutUni argument
142 endOffsetForLineInRegion(LayoutUnit position, bool shouldIndentText, RenderRegion* region, LayoutUnit logicalHeight = 0) const argument
[all...]

Completed in 232 milliseconds

<<11121314151617181920>>