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

1234567891011>>

/macosx-10.10/ksh-23/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
657 sp = (char*)env->cursor + env->token.len;
740 env->token.len = sp - (char*)env->cursor;
809 if (env->type == KRE && *(env->cursor + env->token.len) == '-' && *(env->cursor + env->token.len + 1) == '(')
814 if (env->type == KRE && *(env->cursor + env->token.len) == '(')
877 sp = (char*)env->cursor + env->token.len;
901 env->cursor = (unsigned char*)sp;
926 if ((env->token.len = MBSIZE(env->cursor)) >
[all...]
/macosx-10.10/Heimdal-398.1.2/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);
727 * Set `cursor' t
739 krb5_kt_start_seq_get(krb5_context context, krb5_keytab id, krb5_kt_cursor *cursor) argument
768 krb5_kt_next_entry(krb5_context context, krb5_keytab id, krb5_keytab_entry *entry, krb5_kt_cursor *cursor) argument
797 krb5_kt_end_seq_get(krb5_context context, krb5_keytab id, krb5_kt_cursor *cursor) argument
880 krb5_kt_cursor cursor; local
[all...]
/macosx-10.10/OpenLDAP-499.27/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.10/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.10/IOGraphics-485/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.10/WebCore-7600.1.25/platform/gtk/
H A DCursorGtk.cpp44 CustomCursor cursor = CustomCursors[cursorType]; local
45 GRefPtr<GdkCursor> c = adoptGRef(gdk_cursor_new_from_name(gdk_display_get_default(), cursor.name));
49 RefPtr<cairo_surface_t> source = adoptRef(cairo_image_surface_create_for_data(const_cast<unsigned char*>(cursor.bits), CAIRO_FORMAT_A1, 32, 32, 4));
50 RefPtr<cairo_surface_t> mask = adoptRef(cairo_image_surface_create_for_data(const_cast<unsigned char*>(cursor.mask_bits), CAIRO_FORMAT_A1, 32, 32, 4));
62 return adoptGRef(gdk_cursor_new_from_surface(gdk_display_get_default(), surface.get(), cursor.hot_x, cursor.hot_y));
65 return adoptGRef(gdk_cursor_new_from_pixbuf(gdk_display_get_default(), pixbuf.get(), cursor.hot_x, cursor.hot_y));
87 // A null GdkCursor is the default cursor for the window.
H A DWidgetGtk.cpp59 void Widget::setCursor(const Cursor& cursor) argument
64 view->hostWindow()->setCursor(cursor);
/macosx-10.10/ruby-106/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.10/ruby-106/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'
H A Dtwind2.rb94 cursor 'top_left_arrow'
103 cursor 'top_left_arrow'
112 cursor 'top_left_arrow'
123 cursor 'top_left_arrow'
147 cursor 'top_left_arrow'
158 cursor 'top_left_arrow'
173 cursor 'top_left_arrow'
192 :cursor=>'top_left_arrow',
199 :cursor=>'top_left_arrow',
206 :cursor
[all...]
/macosx-10.10/tcl-105/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.10/tcl-105/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.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dseparator.tcl17 {-cursor TkResource "" 0 frame}
22 Widget::addmap Separator "" :cmd { -background {} -cursor {} }
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/examples/
H A DMessageInfo.itk37 keep -background -cursor -foreground -font
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/tests/
H A Dpublic.test41 option add *TestPublic.cursor trek
50 keep -background -foreground -cursor
64 } {{-background background Background red red} {-clientdata clientData ClientData {} {}} {-cursor cursor Cursor trek trek} {-foreground foreground Foreground white white} {-message message Message {Hello, World!} {Hello, World!}} {-null {} {} {} {}}}
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Ddialog.itk40 keep -background -cursor -foreground -modality
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Drecno.t137 # create the cursor
138 ok 35, my $cursor = $db->db_cursor() ;
144 while ($cursor->c_get($k, $v, DB_NEXT) == 0)
152 ok 36, $cursor->status() == DB_NOTFOUND ;
153 ok 37, $cursor->status() eq $DB_errors{'DB_NOTFOUND'} ;
161 for ( $status = $cursor->c_get($k, $v, DB_LAST) ;
163 $status = $cursor->c_get($k, $v, DB_PREV)) {
171 ok 42, $cursor->status() == $status ;
172 ok 43, $cursor->status() eq $status ;
189 ok 47, my $cursor
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/sasldb/
H A Ddb_berkeley.c412 DBC *cursor; member in struct:berkeleydb_handle
445 handle->cursor = NULL;
467 if(!dbh->cursor) {
468 /* make cursor */
470 result = mbdb->cursor(mbdb, NULL,&dbh->cursor);
472 result = mbdb->cursor(mbdb, NULL,&dbh->cursor, 0);
480 result = dbh->cursor->c_get(dbh->cursor,
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkCursor.c20 * A TkCursor structure exists for each cursor that is currently active. Each
30 int width, height; /* Dimensions of cursor (and data and
32 int xHot, yHot; /* Location of cursor hot-spot. */
33 Tk_Uid fg, bg; /* Colors for cursor. */
34 Display *display; /* Display on which cursor will be used. */
52 * The following structure defines the implementation of the "cursor" Tcl
55 * of the color should be done by the configuration package when the cursor
60 "cursor", /* name */
77 * The return value is the X identifer for the desired cursor, unless
80 * never modify the cursor tha
411 Tk_NameOfCursor( Display *display, Tk_Cursor cursor) argument
506 Tk_FreeCursor( Display *display, Tk_Cursor cursor) argument
[all...]
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/db/txn/
H A DDBWriter.java166 // Secondly, configure the cursor for dirty reads
181 Cursor cursor = null;
184 // Get the cursor
190 cursor = myDb.openCursor(txn, cc);
191 while (cursor.getNext(key, data, LockMode.DEFAULT) ==
197 if (cursor != null) {
198 cursor.close();
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dks_dir.c100 hx509_certs certs, void *data, void **cursor)
104 *cursor = NULL;
122 *cursor = d;
191 void *cursor)
193 struct dircursor *d = cursor;
99 dir_iter_start(hx509_context context, hx509_certs certs, void *data, void **cursor) argument
188 dir_iter_end(hx509_context context, hx509_certs certs, void *data, void *cursor) argument
/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DEflScreenUtilities.cpp38 int cursor(const String&);
41 int CursorMap::cursor(const String& cursorGroup) function in class:WebCore::CursorMap
53 m_cursorStringMap.set(ASCIILiteral("cursor/pointer"), ECORE_X_CURSOR_LEFT_PTR);
54 m_cursorStringMap.set(ASCIILiteral("cursor/move"), ECORE_X_CURSOR_FLEUR);
55 m_cursorStringMap.set(ASCIILiteral("cursor/cross"), ECORE_X_CURSOR_CROSS);
56 m_cursorStringMap.set(ASCIILiteral("cursor/hand"), ECORE_X_CURSOR_HAND2);
57 m_cursorStringMap.set(ASCIILiteral("cursor/i_beam"), ECORE_X_CURSOR_XTERM);
58 m_cursorStringMap.set(ASCIILiteral("cursor/wait"), ECORE_X_CURSOR_WATCH);
59 m_cursorStringMap.set(ASCIILiteral("cursor/help"), ECORE_X_CURSOR_QUESTION_ARROW);
60 m_cursorStringMap.set(ASCIILiteral("cursor/east_resiz
120 Ecore_X_Cursor cursor = ecore_x_cursor_shape_get(shape); local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DColorCG.cpp147 static size_t cursor; local
148 cachedRGBAValues[cursor] = color.rgb();
149 cachedCGColors[cursor] = adoptCF(newCGColor);
150 if (++cursor == cacheSize)
151 cursor = 0;
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dtext.tcl40 3. Insert text. Press mouse button 1 to set the insertion cursor, then
46 selection nearest the mouse cursor and you can drag that end of the
57 click button 2 to copy the selection to the point of the mouse cursor.
61 character to the left of the insertion cursor. Delete and Control-d
62 erase the character to the right of the insertion cursor. Meta-backspace
63 deletes the word to the left of the insertion cursor, and Meta-d deletes
64 the word to the right of the insertion cursor. Control-k deletes from
65 the insertion cursor to the end of the line, or it deletes the newline
68 cursor. Control-t transposes the two characters on either side of the
69 insertion cursor
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dtext.tcl40 3. Insert text. Press mouse button 1 to set the insertion cursor, then
46 selection nearest the mouse cursor and you can drag that end of the
57 click button 2 to copy the selection to the point of the mouse cursor.
61 character to the left of the insertion cursor. Delete and Control-d
62 erase the character to the right of the insertion cursor. Meta-backspace
63 deletes the word to the left of the insertion cursor, and Meta-d deletes
64 the word to the right of the insertion cursor. Control-k deletes from
65 the insertion cursor to the end of the line, or it deletes the newline
68 cursor. Control-t transposes the two characters on either side of the
69 insertion cursor
[all...]

Completed in 327 milliseconds

1234567891011>>