Searched refs:cursor (Results 151 - 175 of 1034) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dmenubutton.tcl128 set State(oldcursor) [$mb cget -cursor]
131 $mb configure -cursor [$menu cget -cursor]
143 $mb configure -cursor $State(oldcursor)
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkCursor.c21 * A TkCursor structure exists for each cursor that is currently
31 int width, height; /* Dimensions of cursor (and data
33 int xHot, yHot; /* Location of cursor hot-spot. */
34 Tk_Uid fg, bg; /* Colors for cursor. */
35 Display *display; /* Display on which cursor will be used. */
54 * The following structure defines the implementation of the "cursor" Tcl
57 * of the color should be done by the configuration package when the cursor
62 "cursor", /* name */
79 * The return value is the X identifer for the desired cursor,
82 * The caller should never modify the cursor tha
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinCursor.c4 * This file contains Win32 specific cursor related routines.
22 TkCursor info; /* Generic cursor info used by tkCursor.c */
23 HCURSOR winCursor; /* Win32 cursor handle. */
24 int system; /* 1 if cursor is a system cursor, else 0. */
28 * The HAND cursor is only present when WINVER >= 0x0500. If this is
29 * not available at runtime, it will default to the unix-style cursor.
36 * The table below is used to map from the name of a predefined cursor
68 * The default cursor is used whenever no other cursor ha
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/
H A DCursor.pm14 DBIx::Class::Storage::DBI::Cursor - Object representing a query cursor on a
19 my $cursor = $schema->resultset('CD')->cursor();
20 my $first_cd = $cursor->next;
24 A Cursor represents a query cursor on a L<DBIx::Class::ResultSet> object. It
26 L</all> and resetting the cursor with L</reset>.
28 Usually, you would use the cursor methods built into L<DBIx::Class::ResultSet>
66 Advances the cursor to the next row and returns an array of column
145 Resets the cursor to the beginning of the L<DBIx::Class::ResultSet>.
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcapng.c497 struct block_cursor cursor; local
506 cursor.block_type = block->pcapng_block_type;
507 cursor.data = pcap_ng_block_options_ptr(block);
508 cursor.data_remaining = block->pcapng_options_len;
510 while (get_opthdr_from_block_data(&opthdr, swapped, &cursor, NULL)) {
511 void *value = get_optvalue_from_block_data(&cursor, &opthdr, NULL);
546 struct block_cursor cursor; local
552 cursor.block_type = block->pcapng_block_type;
553 cursor.data = pcap_ng_block_options_ptr(block);
554 cursor
593 struct block_cursor cursor; local
915 struct block_cursor cursor; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dsearch.c57 * Adjust cursor in vi mode to include the character under it
60 ((el)->el_line.cursor + (((el)->el_map.type == MAP_VI) && \
194 (void) fprintf(el->el_errfile, "cursor %d lastchar %d\n",
211 Char ch, *ocursor = el->el_line.cursor, oldpchar = pchar;
298 el->el_line.cursor +=
300 cp = c__next_word(el->el_line.cursor,
303 while (el->el_line.cursor < cp &&
304 *el->el_line.cursor != '\n') {
311 *el->el_line.cursor;
313 *el->el_line.cursor
[all...]
H A Dchared.c68 vu->cursor = (int)(el->el_line.cursor - el->el_line.buffer);
105 if (el->el_line.cursor < el->el_line.lastchar) {
107 for (cp = el->el_line.lastchar; cp >= el->el_line.cursor; cp--)
115 * Delete num characters after the cursor
121 if (el->el_line.cursor + num > el->el_line.lastchar)
122 num = (int)(el->el_line.lastchar - el->el_line.cursor);
126 cv_yank(el, el->el_line.cursor, num);
132 for (cp = el->el_line.cursor; cp <= el->el_line.lastchar; cp++)
141 * Delete the character after the cursor, d
[all...]
/macosx-10.9.5/libedit-39/src/
H A Dsearch.c57 * Adjust cursor in vi mode to include the character under it
60 ((el)->el_line.cursor + (((el)->el_map.type == MAP_VI) && \
196 (void) fprintf(el->el_errfile, "cursor %d lastchar %d\n",
213 Char ch, *ocursor = el->el_line.cursor, oldpchar = pchar;
300 el->el_line.cursor +=
302 cp = c__next_word(el->el_line.cursor,
305 while (el->el_line.cursor < cp &&
306 *el->el_line.cursor != '\n') {
313 *el->el_line.cursor;
315 *el->el_line.cursor
[all...]
H A Dchared.c68 vu->cursor = (int)(el->el_line.cursor - el->el_line.buffer);
105 if (el->el_line.cursor < el->el_line.lastchar) {
107 for (cp = el->el_line.lastchar; cp >= el->el_line.cursor; cp--)
115 * Delete num characters after the cursor
121 if (el->el_line.cursor + num > el->el_line.lastchar)
122 num = (int)(el->el_line.lastchar - el->el_line.cursor);
126 cv_yank(el, el->el_line.cursor, num);
132 for (cp = el->el_line.cursor; cp <= el->el_line.lastchar; cp++)
141 * Delete the character after the cursor, d
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dsearch.c46 * Adjust cursor in vi mode to include the character under it
49 ((el)->el_line.cursor + (((el)->el_map.type == MAP_VI) && \
179 (void) fprintf(el->el_errfile, "cursor %d lastchar %d\n",
196 char ch, *ocursor = el->el_line.cursor, oldpchar = pchar;
282 el->el_line.cursor +=
284 cp = c__next_word(el->el_line.cursor,
287 while (el->el_line.cursor < cp &&
288 *el->el_line.cursor != '\n') {
295 *el->el_line.cursor;
297 *el->el_line.cursor
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/regex/
H A Dregcomp.c67 #define eat(p) do{if ((p)->token.push)(p)->token.push=0;else (p)->cursor+=(p)->token.len;}while (0)
119 unsigned char* cursor; /* curent point in re */ member in struct:Cenv_s
658 sp = (char*)env->cursor + env->token.len;
741 env->token.len = sp - (char*)env->cursor;
810 if (env->type == KRE && *(env->cursor + env->token.len) == '-' && *(env->cursor + env->token.len + 1) == '(')
815 if (env->type == KRE && *(env->cursor + env->token.len) == '(')
878 sp = (char*)env->cursor + env->token.len;
902 env->cursor = (unsigned char*)sp;
927 if ((env->token.len = MBSIZE(env->cursor)) >
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dkeytab.c96 krb5_kt_cursor cursor;
108 ret = krb5_kt_start_seq_get(context, keytab, &cursor);
111 while((ret = krb5_kt_next_entry(context, keytab, &entry, &cursor)) == 0){
117 ret = krb5_kt_end_seq_get(context, keytab, &cursor);
628 krb5_kt_cursor cursor; local
633 ret = krb5_kt_start_seq_get (context, id, &cursor);
642 while (krb5_kt_next_entry(context, id, &tmp, &cursor) == 0) {
650 krb5_kt_end_seq_get(context, id, &cursor);
660 krb5_kt_end_seq_get (context, id, &cursor);
726 * Set `cursor' t
738 krb5_kt_start_seq_get(krb5_context context, krb5_keytab id, krb5_kt_cursor *cursor) argument
767 krb5_kt_next_entry(krb5_context context, krb5_keytab id, krb5_keytab_entry *entry, krb5_kt_cursor *cursor) argument
795 krb5_kt_end_seq_get(krb5_context context, krb5_keytab id, krb5_kt_cursor *cursor) argument
878 krb5_kt_cursor cursor; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Ddn2id.c253 DBC **cursor )
275 rc = db->cursor( db, txn, cursor, bdb->bi_db_opflags );
279 rc = (*cursor)->c_get( *cursor, &key, &data, DB_SET );
611 DBC *cursor; local
642 rc = db->cursor( db, txn, &cursor, bdb->bi_db_opflags );
646 rc = cursor->c_get( cursor,
789 DBC *cursor; local
845 DBC *cursor; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest123.tcl12 # TEST Create two databases in the env, do a cursor put
51 puts "\tTest$tnum.b1: Open cursor."
52 set curs1 [eval {$db1 cursor} -update -txn $txn]
53 puts "\tTest$tnum.b2: Initialize cursor and do a put."
59 puts "\tTest$tnum.c1: Open cursor."
60 set curs2 [eval {$db2 cursor} -update -txn $txn]
61 puts "\tTest$tnum.b2: Initialize cursor and do a put."
/macosx-10.9.5/Heimdal-323.92.1/lib/heimcred/
H A DHeimCredCoder.m209 UInt8 *cursor = [blob mutableBytes];
211 *((uint32_t *)cursor) = key_wrapped_size;
212 cursor += sizeof(key_wrapped_size);
214 memcpy(cursor, bulkKeyWrapped, key_wrapped_size);
215 cursor += key_wrapped_size;
222 cursor,
223 cursor + ctLen, &tagLen);
246 const uint8_t *cursor = CFDataGetBytePtr(blob);
264 wrapped_key_size = *((uint32_t *)cursor);
265 cursor
[all...]
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebufferShared.h42 @discussion When IOFB_ARBITRARY_SIZE_CURSOR is not defined, the maximum cursor size is assumed to be CURSORWIDTH x CURSORHEIGHT and this header file will define a number of structures for storing cursor images accordingly. A non-kernel task may define IOFB_ARBITRARY_SIZE_CURSOR and use cursors up to the size specified when IOFBCreateSharedCursor() was called. In this case appropriate structures for storing cursor images must be defined elsewhere. In the kernel, IOFB_ARBITRARY_SIZE_CURSOR is always defined.
57 @constant kIOFBNumCursorFrames The number of cursor images stored in the StdFBShmem_t structure.
59 @constant kIOFBMaxCursorDepth The maximum cursor pixel depth.
76 @discussion The maximum width of the cursor image in pixels. This is only defined if IOFB_ARBITRARY_SIZE_CURSOR is not defined.
81 @discussion The maximum height of the cursor image in pixels. This is only defined if IOFB_ARBITRARY_SIZE_CURSOR is not defined.
86 @abstract Cursor image for 1-bit cursor.
88 @field image This array contains the cursor images.
89 @field mask This array contains the cursor mas
220 } cursor; member in struct:StdFBShmem_t
222 unsigned char cursor[0]; member in struct:StdFBShmem_t
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DsplitView.css41 cursor: default;
113 cursor: ew-resize;
122 cursor: ns-resize;
144 cursor: ew-resize;
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DWidgetGtk.cpp59 void Widget::setCursor(const Cursor& cursor) argument
64 view->hostWindow()->setCursor(cursor);
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DWidgetQt.cpp77 void Widget::setCursor(const Cursor& cursor) argument
83 view->hostWindow()->setCursor(cursor);
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetSupport/
H A DPageClientQt.cpp89 QCursor PageClientQWidget::cursor() const function in class:WebCore::PageClientQWidget
91 return view->cursor();
94 void PageClientQWidget::updateCursor(const QCursor& cursor) argument
96 view->setCursor(cursor);
212 QCursor PageClientQGraphicsWidget::cursor() const function in class:WebCore::PageClientQGraphicsWidget
214 return view->cursor();
217 void PageClientQGraphicsWidget::updateCursor(const QCursor& cursor) argument
219 view->setCursor(cursor);
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dtwind.rb79 cursor 'top_left_arrow'
89 cursor 'top_left_arrow'
98 cursor 'top_left_arrow'
109 cursor 'top_left_arrow'
131 cursor 'top_left_arrow'
143 cursor 'top_left_arrow'
158 cursor 'top_left_arrow'
208 cursor 'top_left_arrow'
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dtwind.rb80 cursor 'top_left_arrow'
89 cursor 'top_left_arrow'
98 cursor 'top_left_arrow'
108 cursor 'top_left_arrow'
132 cursor 'top_left_arrow'
144 cursor 'top_left_arrow'
159 cursor 'top_left_arrow'
209 cursor 'top_left_arrow'
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclBinary.c588 unsigned char *cursor; /* Current position within result buffer. */
590 * cursor has visited.*/
793 cursor = buffer;
794 maxPos = cursor;
820 memcpy(cursor, bytes, (size_t) count);
822 memcpy(cursor, bytes, (size_t) length);
823 memset(cursor + length, pad, (size_t) (count - length));
825 cursor += count;
839 last = cursor + ((count + 7) / 8);
856 *cursor
579 unsigned char *cursor; /* Current position within result buffer. */ local
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclBinary.c592 unsigned char *cursor; /* Current position within result buffer. */
594 * cursor has visited.*/
798 cursor = buffer;
799 maxPos = cursor;
824 memcpy((VOID *) cursor, (VOID *) bytes,
827 memcpy((VOID *) cursor, (VOID *) bytes,
829 memset((VOID *) (cursor + length), pad,
832 cursor += count;
845 last = cursor + ((count + 7) / 8);
861 *cursor
583 unsigned char *cursor; /* Current position within result buffer. */ local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dseparator.tcl17 {-cursor TkResource "" 0 frame}
22 Widget::addmap Separator "" :cmd { -background {} -cursor {} }

Completed in 340 milliseconds

1234567891011>>