Searched refs:region (Results 451 - 475 of 904) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/emacs-93/emacs/lisp/emulation/
H A Dvi.el127 (define-key vi-com-map "\C-@" 'vi-mark-region) ; extension
149 (define-key vi-com-map "\C-w" 'vi-kill-region) ; extension
311 ;;; region mark commands
312 (put 'mark-page 'point-moving-unit 'region)
313 (put 'mark-paragraph 'point-moving-unit 'region)
314 (put 'mark-word 'point-moving-unit 'region)
315 (put 'mark-sexp 'point-moving-unit 'region)
316 (put 'mark-defun 'point-moving-unit 'region)
317 (put 'mark-whole-buffer 'point-moving-unit 'region)
318 (put 'mark-end-of-sentence 'point-moving-unit 'region)
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dtimezone.cpp600 const UChar *region = TimeZone::getRegion(id, ec); local
604 if (u_strcmp(region, WORLD) == 0) {
769 static TZEnumeration* create(USystemTimeZoneType type, const char* region, const int32_t* rawOffset, UErrorCode& ec) { argument
787 if (region != NULL || rawOffset != NULL) {
804 if (region != NULL) {
805 // Filter by region
811 if (uprv_stricmp(tzregion, region) != 0) {
812 // region does not match
934 const char* region,
937 return TZEnumeration::create(zoneType, region, rawOffse
932 createTimeZoneIDEnumeration( USystemTimeZoneType zoneType, const char* region, const int32_t* rawOffset, UErrorCode& ec) argument
1113 getRegion(const UnicodeString& id, char *region, int32_t capacity, UErrorCode& status) argument
1610 getIDForWindowsID(const UnicodeString& winid, const char* region, UnicodeString& id, UErrorCode& status) argument
[all...]
/macosx-10.10/libmalloc-53.1.1/src/
H A Dmagazine_malloc.c187 * Each region is laid out as a heap, followed by a header block, all within
251 * might overrun the end of the tiny region.
254 #error Too many entropy bits for tiny region requested
269 * Beginning and end pointers for a region's heap.
271 #define TINY_REGION_ADDRESS(region) ((void *)(region))
272 #define TINY_REGION_END(region) ((void *)(((uintptr_t)(region)) + (NUM_TINY_BLOCKS * TINY_QUANTUM)))
275 * Locate the heap base for a pointer known to be within a tiny region.
293 * Layout of a tiny region
2497 tiny_free_no_lock(szone_t *szone, magazine_t *tiny_mag_ptr, mag_index_t mag_index, region_t region, void *ptr, msize_t msize) argument
2889 tiny_check_region(szone_t *szone, region_t region) argument
3037 region_t region; local
3598 print_tiny_region(boolean_t verbose, region_t region, size_t bytes_at_start, size_t bytes_at_end) argument
4321 small_free_no_lock(szone_t *szone, magazine_t *small_mag_ptr, mag_index_t mag_index, region_t region, void *ptr, msize_t msize) argument
4693 small_check_region(szone_t *szone, region_t region) argument
4785 region_t region; local
5290 print_small_region(szone_t *szone, boolean_t verbose, region_t region, size_t bytes_at_start, size_t bytes_at_end) argument
7113 region_t region; local
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Drcode.c26 #include <isc/region.h>
187 isc_region_t region; local
189 isc_buffer_availableregion(target, &region);
192 if (l > region.length)
195 memcpy(region.base, source, l);
H A Ddispatch.c1217 free_buffer(disp, ev->region.base, ev->region.length);
1244 free_buffer(disp, ev->region.base, ev->region.length);
1251 free_buffer(disp, ev->region.base, ev->region.length);
1280 free_buffer(disp, ev->region.base, ev->region.length);
1287 isc_buffer_init(&source, ev->region.base, ev->region
1628 isc_region_t region; local
[all...]
H A Dopenssldh_link.c263 uint16_toregion(isc_uint16_t val, isc_region_t *region) { argument
264 *region->base++ = (val & 0xff00) >> 8;
265 *region->base++ = (val & 0x00ff);
269 uint16_fromregion(isc_region_t *region) { argument
271 unsigned char *cp = region->base;
276 region->base += 2;
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Doniguruma.h611 /* match result region type */
744 OnigPosition onig_search P_((OnigRegex, const OnigUChar* str, const OnigUChar* end, const OnigUChar* start, const OnigUChar* range, OnigRegion* region, OnigOptionType option));
746 OnigPosition onig_search_gpos P_((OnigRegex, const OnigUChar* str, const OnigUChar* end, const OnigUChar* global_pos, const OnigUChar* start, const OnigUChar* range, OnigRegion* region, OnigOptionType option));
748 OnigPosition onig_match P_((OnigRegex, const OnigUChar* str, const OnigUChar* end, const OnigUChar* at, OnigRegion* region, OnigOptionType option));
752 void onig_region_init P_((OnigRegion* region));
754 void onig_region_free P_((OnigRegion* region, int free_self));
758 void onig_region_clear P_((OnigRegion* region));
760 int onig_region_resize P_((OnigRegion* region, int n));
762 int onig_region_set P_((OnigRegion* region, int at, int beg, int end));
766 int onig_name_to_backref_number P_((OnigRegex reg, const OnigUChar* name, const OnigUChar* name_end, OnigRegion *region));
[all...]
/macosx-10.10/emacs-93/emacs/lisp/mh-e/
H A Dmh-mime.el67 (autoload 'rfc2047-decode-region "rfc2047")
315 `(mh-region (,start . ,end)))))
461 (narrow-to-region b b)
503 (delete-region ,(point-min-marker) ,(point-max-marker)))))))))
510 (rfc2047-decode-region (point-min) (mh-mail-header-end)))))
552 (delete-region (point) (point-max))
560 (delete-region (point-min) (point-max))
570 (narrow-to-region (point-min) (point))
578 (narrow-to-region (min (1+ (mh-mail-header-end)) (point-max))
615 (narrow-to-region (poin
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dpython.vim93 syn region pythonString
96 syn region pythonString
99 syn region pythonRawString
102 syn region pythonRawString
235 syn region pythonDoctest
238 syn region pythonDoctestValue
242 syn region pythonDoctest
H A Dplsql.vim163 syntax region plsqlCommentString contained start=+L\="+ skip=+\\\\\|\\"+ end=+"+ end=+\*/+me=s-1 contains=plsqlCommentSkip
164 syntax region plsqlComment2String contained start=+L\="+ skip=+\\\\\|\\"+ end=+"+ end="$"
165 syntax region plsqlCommentL start="--" skip="\\$" end="$" keepend contains=@plsqlCommentGroup,plsqlComment2String,plsqlCharLiteral,plsqlBooleanLiteral,plsqlNumbersCom,plsqlSpaceError
166 syntax region plsqlComment start="/\*" end="\*/" contains=@plsqlCommentGroup,plsqlComment2String,plsqlCharLiteral,plsqlBooleanLiteral,plsqlNumbersCom,plsqlSpaceError
168 syntax region plsqlCommentL start="--" skip="\\$" end="$" keepend contains=@plsqlCommentGroup,plsqlSpaceError
169 syntax region plsqlComment start="/\*" end="\*/" contains=@plsqlCommentGroup,plsqlSpaceError
211 syn region plsqlParen transparent start='(' end=')' contains=ALLBUT,@plsqlParenGroup
215 syn region plsqlParen transparent start='(' end=')' contains=ALLBUT,@plsqlParenGroup,plsqlErrInBracket
218 syn region plsqlBracket transparent start='\[' end=']' contains=ALLBUT,@plsqlParenGroup,plsqlErrInParen
H A Dcsc.vim15 sy region EssFold start="\<Fix" end="EndFix" transparent fold
38 sy region cscParen transparent start='(' end=')' contains=ALLBUT,@cscParenGroup
57 sy region cscComment start="/\*" end="\*/" contains=@cscCommentGroup,cscSpaceE fold
147 sy region cscFormula transparent matchgroup=cscVarName start='\("[^"]*"\|[^][\t !%()*+,--/:;<=>{}~]\+\)\s*=\([^=]\@=\|\n\)' skip='"[^"]*"' end=';' contains=ALLBUT,cscFormula,cscFormulaIn,cscBPMacro,cscCondition
148 sy region cscFormulaIn matchgroup=cscVarName transparent start='\("[^"]*"\|[^][\t !%()*+,--/:;<=>{}~]\+\)\(->\("[^"]*"\|[^][\t !%()*+,--/:;<=>{}~]\+\)\)*\s*=\([^=]\@=\|$\)' skip='"[^"]*"' end=';' contains=ALLBUT,cscFormula,cscFormulaIn,cscBPMacro,cscCondition contained
H A Ddcl.vim60 syn region dclMdfySet matchgroup=dclMdfyBrkt start="=\[" matchgroup=dclMdfyBrkt end="]" contains=dclMdfySep
61 syn region dclMdfySetString start='="' skip='""' end='"' contained
78 syn region dclString start='"' skip='""' end='"' contains=@Spell
112 "syn region dclFuncList matchgroup=Delimiter start="(" matchgroup=Delimiter end=")" contains=ALLBUT,@dclNextGroups
113 syn region dclFuncList matchgroup=Delimiter start="(" matchgroup=Delimiter end=")" contains=ALLBUT,dclCmdDirPath,dclCmdProc,dclCmdProc,dclDirPath,dclFilename,dclFilename,dclMdfySet,dclMdfySetString,delCmdProc,dclExe,dclTodo
H A Ddocbk.vim120 syn region docbkRegion start="<emphasis>"lc=10 end="</emphasis>"me=e-11 contains=xmlRegion,xmlEntity,sgmlRegion,sgmlEntity keepend
121 syn region docbkTitle start="<title>"lc=7 end="</title>"me=e-8 contains=xmlRegion,xmlEntity,sgmlRegion,sgmlEntity keepend
122 syn region docbkRemark start="<remark>"lc=8 end="</remark>"me=e-9 contains=xmlRegion,xmlEntity,sgmlRegion,sgmlEntity keepend
123 syn region docbkRemark start="<comment>"lc=9 end="</comment>"me=e-10 contains=xmlRegion,xmlEntity,sgmlRegion,sgmlEntity keepend
124 syn region docbkCite start="<citation>"lc=10 end="</citation>"me=e-11 contains=xmlRegion,xmlEntity,sgmlRegion,sgmlEntity keepend
H A Deiffel.vim49 syn region eiffelGeneric transparent matchgroup=eiffelBrackets start="\[" end="\]" contains=ALLBUT,eiffelBracketError,eiffelGenericDecl,eiffelStringError,eiffelStringEscape,eiffelGenericCreate,eiffelTopStruct
55 syn region eiffelGenericDecl transparent matchgroup=eiffelBrackets contained start="\[" end="\]" contains=ALLBUT,eiffelCreate,eiffelTopStruct,eiffelGeneric,eiffelBracketError,eiffelStringEscape,eiffelStringError,eiffelBrackets
56 syn region eiffelClassHeader start="^class\>" end="$" contains=ALLBUT,eiffelCreate,eiffelGenericCreate,eiffelGeneric,eiffelStringEscape,eiffelStringError,eiffelBrackets
102 syn region eiffelString start=+"+ skip=+%"+ end=+"+ contains=eiffelStringEscape,eiffelStringError
127 syn region eiffelParen transparent start="(" end=")" contains=ALLBUT,eiffelParenError,eiffelStringError,eiffelStringEscape
H A Dhtmlos.vim60 syn region htmlosComment start="#" end="/#" contained
90 syn region htmlosStringDouble keepend matchgroup=None start=+"+ end=+"+ contained
91 syn region htmlosStringSingle keepend matchgroup=None start=+'+ end=+'+ contained
112 syn region htmlosRegion keepend matchgroup=Delimiter start="<<" skip=+".\{-}?>.\{-}"\|'.\{-}?>.\{-}'\|/\*.\{-}?>.\{-}\*/+ end=">>" contains=@htmlosTop
113 syn region htmlosRegion keepend matchgroup=Delimiter start="\[\[" skip=+".\{-}?>.\{-}"\|'.\{-}?>.\{-}'\|/\*.\{-}?>.\{-}\*/+ end="\]\]" contains=@htmlosTop
H A Dnanorc.vim15 syn region nanorcComment display oneline start='^\s*#' end='$'
46 syn region nanorcSynGroupName contained display oneline start=+"+
52 syn region nanorcRegexes contained display oneline start=+"+
179 syn region nanorcRegion contained display oneline start=+"+
187 syn region nanorcRegex contained display oneline start=+"+
H A Dnsis.vim19 syn region nsisComment start=";" end="$" contains=nsisTodo
20 syn region nsisComment start="#" end="$" contains=nsisTodo
66 syn region nsisString start=/"/ skip=/'\|`/ end=/"/ contains=nsisPreprocSubst,nsisUserVar,nsisSysVar,nsisRegistry
67 syn region nsisString start=/'/ skip=/"\|`/ end=/'/ contains=nsisPreprocSubst,nsisUserVar,nsisSysVar,nsisRegistry
68 syn region nsisString start=/`/ skip=/"\|'/ end=/`/ contains=nsisPreprocSubst,nsisUserVar,nsisSysVar,nsisRegistry
H A Dsdl.vim90 syn region sdlString start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=cSpecial
91 syn region sdlString start=+'+ skip=+''+ end=+'+
97 syn region sdlComment start="/\*" end="\*/"
98 syn region sdlComment start="comment" end=";"
99 syn region sdlComment start="--" end="--\|$"
H A Dspecman.vim88 syn region specmanComment start="^'>"hs=s+2 end="^<'"he=e-2
109 syn region specmanString start=+"+ end=+"+
122 "syn region specmanParen transparent start='(' end=')' contains=ALLBUT,@specmanParenGroup
126 "syn region specmanParen transparent start='(' end=')' contains=ALLBUT,@specmanParenGroup,specmanErrInBracket
129 "syn region specmanBracket transparent start='\[' end=']' contains=ALLBUT,@specmanParenGroup,specmanErrInParen
H A Dcupl.vim27 syn region cuplString start=+'+ end=+'+
28 syn region cuplString start=+"+ end=+"+
90 syn region cuplComment start=+/\*+ end=+\*/+ contains=cuplNumber,cuplTodo
H A Diss.vim24 syn region issPreProc start="^\s*#" end="$"
27 syn region issSection start="\[" end="\]"
57 syn region issString start=+"+ end=+"+ contains=issFolder
/macosx-10.10/WebKit-7600.1.25/mac/Carbon/
H A DHIWebView.mm336 // FIXME: We need to do layout before Carbon has decided what region needs drawn.
1222 RgnHandle region = NULL;
1332 sizeof( RgnHandle ), NULL, &region );
1336 Draw( view, region, context );
1354 sizeof( RgnHandle ), NULL, &region );
1355 result = GetRegion( view, part, region );
1521 RgnHandle region = NewRgn();
1525 if ( region )
1527 GetWindowRegion( GetControlOwner( view->fViewRef ), kWindowUpdateRgn, region );
1529 if ( !EmptyRgn( region ) )
[all...]
/macosx-10.10/vim-55/src/
H A Dgui_at_sb.c615 Redisplay(w, event, region)
618 Region region;
624 _Xaw3dDrawShadows(w, event, region, FALSE);
640 if (region == NULL ||
641 XRectInRegion (region, x, y, width, height) != RectangleOut)
647 /* we'd like to be region aware here!!!! */
1118 _Xaw3dDrawShadows(gw, event, region, out)
1121 Region region;
1156 if ((region == NULL) ||
1157 (XRectInRegion (region,
[all...]
/macosx-10.10/BerkeleyDB-21/db/rep/
H A Drep_util.c76 rep = db_rep->region;
226 rep = db_rep->region;
302 MUTEX_LOCK(env, db_rep->region->mtx_clientdb);
304 MUTEX_UNLOCK(env, db_rep->region->mtx_clientdb);
343 rep = db_rep->region;
591 rep = db_rep->region;
863 rep = db_rep->region;
919 * Everything is in the environment region that we need here.
936 rep = db_rep->region;
964 rep = db_rep->region;
[all...]
/macosx-10.10/BerkeleyDB-21/db/mp/
H A Dmp_resize.c40 u_int32_t bucket, nbuckets, new_bucket, new_nbuckets, region; local
54 * Once we work out which region we are looking in, we have to
55 * check that we have that region mapped, and that the version
56 * we have matches the ID in the main mpool region. Otherwise
60 region = NREGION(mp, bucket);
64 infop = *infopp = &dbmp->reginfo[region];
67 /* If we have the correct region mapped, we're done. */
68 if (c_mp != NULL && regids[region] == infop->id)
77 hp = &hp[bucket - region * mp->htab_buckets];
82 * Check that we still have the correct region mappe
[all...]

Completed in 400 milliseconds

<<11121314151617181920>>