Searched defs:cursor (Results 276 - 300 of 333) sorted by relevance

<<11121314

/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkTest.c966 Tk_Cursor cursor; member in struct:InternalRecord
H A DtkEntry.c2401 Tk_Cursor cursor; local
[all...]
H A DtkText.h658 Tk_Cursor cursor; /* Current cursor for window, or None. */ member in struct:TkText
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkEntry.c2443 Tk_Cursor cursor; local
[all...]
H A DtkInt.h96 Tk_Cursor cursor; /* System specific identifier for cursor. */ member in struct:TkCursor
[all...]
H A DtkListbox.c155 Tk_Cursor cursor; /* Current cursor for window, or None. */ member in struct:__anon13786
H A DtkPanedWindow.c103 Tk_Cursor cursor; /* Current cursor for window, or None. */ member in struct:PanedWindow
H A DtkTest.c1028 Tk_Cursor cursor; member in struct:InternalRecord
H A DtkText.h536 Tk_Cursor cursor; /* Current cursor for window, or None. */ member in struct:TkText
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFBurstTrie.c610 _CFBurstTrieCursor cursor; local
616 void *cursor = 0; local
677 void *cursor = 0; local
686 CFBurstTrieTraverseWithCursor(CFBurstTrieRef trie, const uint8_t *prefix, uint32_t prefixLen, void **cursor, void *ctx, bool (*callback)(void *, const uint8_t *, uint32_t, bool)) argument
710 CFBurstTrieSetCursorForBytes(CFBurstTrieRef trie, CFBurstTrieCursorRef cursor, const UInt8* bytes, CFIndex length) argument
741 CFBurstTrieCursorRef cursor = (CFBurstTrieCursorRef)calloc(sizeof(_CFBurstTrieCursor), 1); local
749 CFBurstTrieCursorCreateByCopy(CFBurstTrieCursorRef cursor) argument
779 CFBurstTrieCursorAdvanceForBytes(CFBurstTrieCursorRef cursor, const UInt8* bytes, CFIndex length) argument
798 CFBurstTrieCursorGetPayload(CFBurstTrieCursorRef cursor, uint32_t *payload) argument
809 CFBurstTrieCursorRelease(CFBurstTrieCursorRef cursor) argument
816 CFBurstTrieTraverseFromCursor(CFBurstTrieCursorRef cursor, void *ctx, CFBurstTrieTraversalCallback callback) argument
948 findCFBurstTrieList(CFBurstTrieRef trie, TrieCursor *cursor, void *ctx, bool (*callback)(void*, const uint8_t*, uint32_t, bool)) argument
966 findCFBurstTrieMappedPage(CFBurstTrieRef trie, MapCursor *cursor, void *ctx, bool (*callback)(void*, const uint8_t*, uint32_t, bool)) argument
1006 findCFBurstTrieLevel(CFBurstTrieRef trie, TrieCursor *cursor, bool exactmatch, void *ctx, bool (*callback)(void*, const uint8_t*, uint32_t, bool)) argument
1025 findCFBurstTrieCompactMappedLevel(CFBurstTrieRef trie, MapCursor *cursor, bool exactmatch, void *ctx, bool (*callback)(void*, const uint8_t*, uint32_t, bool)) argument
1059 findCFBurstTrieMappedLevel(CFBurstTrieRef trie, MapCursor *cursor, bool exactmatch, void *ctx, bool (*callback)(void*, const uint8_t*, uint32_t, bool)) argument
1081 traverseCFBurstTrieLevel(CFBurstTrieRef trie, TrieLevelRef root, TrieCursor *cursor, bool exactmatch, void *ctx, bool (*callback)(void *, const uint8_t *, uint32_t, bool)) argument
1103 traverseCFBurstTrieMappedLevel(CFBurstTrieRef trie, MapTrieLevelRef root, MapCursor *cursor, bool exactmatch, void *ctx, bool (*callback)(void *, const uint8_t *, uint32_t, bool)) argument
1131 traverseCFBurstTrieCompactMappedLevel(CFBurstTrieRef trie, CompactMapTrieLevelRef root, MapCursor *cursor, bool exactmatch, void *ctx, bool (*callback)(void *, const uint8_t *, uint32_t, bool)) argument
1167 traverseCFBurstTrieWithCursor(CFBurstTrieRef trie, const uint8_t *prefix, uint32_t prefixLen, void **cursor, bool exactmatch, void *ctx, bool (*callback)(void *, const uint8_t *, uint32_t, bool)) argument
1216 advanceCursorOnMappedPageForByte(Page *page, CompactMapCursor *cursor, UInt8 byte) argument
1284 advanceCursorMappedPageWithPerfixCompression(Page *page, CompactMapCursor *cursor, const UInt8* bytes, CFIndex length) argument
1306 advanceCursorMappedPageSortedByKey(Page *page, CompactMapCursor *cursor, const UInt8* bytes, CFIndex length) argument
1371 advanceCursorMappedPage(CFBurstTrieRef trie, CompactMapCursor *cursor, const UInt8* bytes, CFIndex length) argument
1389 advanceCursorCompactMappedLevel(CFBurstTrieRef trie, CompactMapCursor *cursor, const UInt8* bytes, CFIndex length) argument
1416 advanceCursorMappedLevel(CFBurstTrieRef trie, CompactMapCursor *cursor, const UInt8* bytes, CFIndex length) argument
1431 advanceMapCursor(CFBurstTrieRef trie, CompactMapCursor *cursor, const UInt8* bytes, CFIndex length) argument
1454 traverseFromMapCursorMappedLevel(CFBurstTrieRef trie, CompactMapCursor *cursor, UInt8* bytes, uint32_t capacity, uint32_t length, Boolean *stop, void *ctx, CFBurstTrieTraversalCallback callback) argument
1479 traverseFromMapCursorCompactMappedLevel(CFBurstTrieRef trie, CompactMapCursor *cursor, UInt8* bytes, uint32_t capacity, uint32_t length, Boolean *stop, void *ctx, CFBurstTrieTraversalCallback callback) argument
1514 traverseFromMapCursorMappedPageWithPrefixCompression(Page *page, CompactMapCursor *cursor, UInt8* bytes, uint32_t capacity, uint32_t length, Boolean *stop, void *ctx, CFBurstTrieTraversalCallback callback) argument
1550 traverseFromMapCursorMappedPageSortedByKey(Page *page, CompactMapCursor *cursor, UInt8* bytes, uint32_t capacity, uint32_t length, Boolean *stop, void *ctx, CFBurstTrieTraversalCallback callback) argument
1590 traverseFromMapCursorMappedPage(CFBurstTrieRef trie, CompactMapCursor *cursor, UInt8* bytes, uint32_t capacity, uint32_t length, Boolean *stop, void *ctx, CFBurstTrieTraversalCallback callback) argument
1599 traverseFromMapCursor(CFBurstTrieRef trie, CompactMapCursor *cursor, UInt8* bytes, uint32_t capacity, uint32_t length, Boolean *stop, void *ctx, CFBurstTrieTraversalCallback callback) argument
1635 getMapCursorPayloadFromPackedPageEntry(PageEntryPacked *entry, const CompactMapCursor *cursor, uint32_t *payload) argument
1652 getMapCursorPayloadFromPageEntry(PageEntry *entry, const CompactMapCursor *cursor, uint32_t *payload) argument
1669 getMapCursorPayload(CFBurstTrieRef trie, const CompactMapCursor *cursor, uint32_t *payload) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ddtptngen.cpp64 int32_t cursor; member in struct:UResourceBundleAIterator
/macosx-10.9.5/KerberosHelper-148/Source/
H A Dna.c882 krb5_cccol_cursor cursor; local
/macosx-10.9.5/Security-55471.14.18/include/security_filedb/
H A DAppleDatabase.cpp128 IndexCursor *cursor = new IndexCursor(queryKey, inDbVersion, *this, it->second); local
/macosx-10.9.5/Security-55471.14.18/libsecurity_filedb/lib/
H A DAppleDatabase.cpp128 IndexCursor *cursor = new IndexCursor(queryKey, inDbVersion, *this, it->second); local
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DCSSMetadata.js776 "cursor": 34, property in class:WebInspector.CSSMetadata.Weight
/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DInternals.cpp1985 Cursor cursor = document->frame()->eventHandler()->currentMouseCursor(); local
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dwindres.h171 struct cursor *cursor; member in union:res_resource::__anon7585
246 struct cursor struct
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmacfns.c1370 Cursor cursor, nontext_cursor, mode_cursor, hand_cursor; local
[all...]
H A Dw32term.c5040 w32_define_cursor (FRAME_W32_WINDOW (f), cursor); local
[all...]
H A Dxfns.c943 Cursor cursor, nontext_cursor, mode_cursor, hand_cursor; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/generic/
H A DtkTable.c1358 Tk_Cursor cursor = tablePtr->cursor; local
1380 Tk_Cursor cursor = tablePtr->cursor; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dflow_divert.c403 size_t cursor = offset; local
1748 int cursor; local
1863 int cursor; local
[all...]
/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/
H A DIONDRVFramebuffer.cpp964 _VSLCursorRef * cursor = (_VSLCursorRef *) cursorRef; local
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DEventHandler.cpp165 OptionalCursor(const Cursor& cursor) : m_isCursorChange(true), m_cursor(cursor) { } argument
168 const Cursor& cursor() const { ASSERT(m_isCursorChange); return m_cursor; } function in class:WebCore::OptionalCursor
/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A Dx-win.el

Completed in 604 milliseconds

<<11121314