Searched refs:cursor (Results 26 - 50 of 1014) sorted by relevance

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Ddestroy.t52 ok 8, my $cursor = $db1->db_cursor() ;
56 while ($cursor->c_get($k, $v, DB_NEXT) == 0) {
60 undef $cursor ;
68 ok 11, $cursor = $db1->db_cursor() ;
69 while ($cursor->c_get($k, $v, DB_NEXT) == 0) {
75 #undef $cursor ;
85 my $cursor ;
92 ok 14, $cursor = $db1->db_cursor() ;
93 while ($cursor->c_get($k, $v, DB_NEXT) == 0) {
H A Dexamples3.t70 my $cursor = $db->db_cursor() ;
71 while ($cursor->c_get($k, $v, DB_NEXT) == 0)
74 undef $cursor ;
118 my $cursor = $db->db_cursor() ;
119 while ($cursor->c_get($k, $v, DB_NEXT) == 0)
122 undef $cursor ;
H A Dexamples3.t.T71 my $cursor = $db->db_cursor() ;
72 while ($cursor->c_get($k, $v, DB_NEXT) == 0)
75 undef $cursor ;
121 my $cursor = $db->db_cursor() ;
122 while ($cursor->c_get($k, $v, DB_NEXT) == 0)
125 undef $cursor ;
H A Dtxn.t73 ok 12, my $cursor = $db1->db_cursor() ;
77 while ($cursor->c_get($k, $v, DB_NEXT) == 0) {
81 undef $cursor ;
89 ok 15, $cursor = $db1->db_cursor() ;
90 while ($cursor->c_get($k, $v, DB_NEXT) == 0) {
99 undef $cursor ;
143 ok 26, my $cursor = $db1->db_cursor() ;
147 while ($cursor->c_get($k, $v, DB_NEXT) == 0) {
151 undef $cursor ;
159 ok 29, $cursor
[all...]
H A Ddb-3.0.t64 # create a cursor
65 ok 6, my $cursor = $db->db_cursor() ;
69 ok 7, $cursor->c_get($k, $v, DB_SET) == 0 ;
72 # duplicate the cursor
73 my $dup_cursor = $cursor->c_dup(DB_POSITION);
76 # move original cursor off green/house
77 my $s = $cursor->c_get($k, $v, DB_NEXT) ;
81 # duplicate cursor should still be on green/house
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dks_null.c56 hx509_certs certs, void *data, void **cursor)
58 *cursor = NULL;
74 void *cursor)
76 assert(cursor == NULL);
55 null_iter_start(hx509_context context, hx509_certs certs, void *data, void **cursor) argument
71 null_iter_end(hx509_context context, hx509_certs certs, void *data, void *cursor) argument
/macosx-10.10/libunwind-35.3/testsuite/
H A Dbacktrace.c32 unw_cursor_t cursor; local
38 unw_init_local(&cursor, &uc);
40 unw_get_proc_name(&cursor, functionName, 64, &offset);
47 } while (unw_step(&cursor) > 0);
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Duni2name.cpp89 int32_t cursor = offsets.start; local
96 while (cursor < limit) {
97 UChar32 c = text.char32At(cursor);
103 text.handleReplaceBetween(cursor, cursor+clen, str);
105 cursor += len; // advance cursor and adjust for new text
108 cursor += clen;
114 offsets.start = cursor;
H A Dname2uni.cpp131 int32_t cursor = offsets.start; local
141 while (cursor < limit) {
142 c = text.char32At(cursor);
147 openPos = cursor;
149 ICU_Utility::parsePattern(openPat, text, cursor, limit);
153 cursor = i;
154 continue; // *** reprocess char32At(cursor)
199 cursor++; // advance over CLOSE_DELIM
203 text.handleReplaceBetween(openPos, cursor, str);
208 int32_t delta = cursor
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorTokenTrackingController.css29 cursor: pointer !important;
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/library/
H A Ditk.tcl53 keep -background -cursor -foreground -font
60 keep -background -cursor
69 keep -background -cursor -foreground -font
77 keep -background -cursor -foreground -font
86 keep -background -cursor
90 keep -background -cursor -foreground -font
96 keep -background -cursor -foreground -font
103 keep -background -cursor -foreground -font
109 keep -background -cursor -foreground -font
116 keep -background -cursor
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredEntrySet.java81 DataCursor cursor = null;
84 cursor = new DataCursor(view, true);
86 cursor.findBoth(entry.getKey(), entry.getValue(), true);
88 cursor.delete();
90 closeCursor(cursor);
94 closeCursor(cursor);
117 DataCursor cursor = null;
119 cursor = new DataCursor(view, false);
121 cursor.findBoth(entry.getKey(), entry.getValue(), false);
126 closeCursor(cursor);
[all...]
H A DStoredKeySet.java75 DataCursor cursor = null;
78 cursor = new DataCursor(view, true);
79 OperationStatus status = cursor.putNoOverwrite(key, null, false);
80 closeCursor(cursor);
84 closeCursor(cursor);
H A DStoredValueSet.java115 DataCursor cursor = null;
118 cursor = new DataCursor(view, true);
119 cursor.useRangeKey();
121 cursor.putNoDupData(null, entity, null, true);
122 closeCursor(cursor);
126 closeCursor(cursor);
H A DDataCursor.java24 * Represents a Berkeley DB cursor and adds support for indices, bindings and
41 private RangeCursor cursor; field in class:DataCursor
54 * Creates a cursor for a given view.
63 * Creates a cursor for a given view.
72 * Creates a cursor for a given view and single key range.
82 * Creates a cursor for a given view and key range.
96 * Creates a join cursor.
109 cursors[i] = indexCursors[i].cursor.getCursor();
119 * Clones a cursor preserving the current position.
140 o.cursor
[all...]
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dcommon.c80 || el->el_line.cursor >= el->el_line.lastchar)
83 *el->el_line.cursor++ = c;
89 while (count-- && el->el_line.cursor < el->el_line.lastchar)
90 *el->el_line.cursor++ = c;
102 * Delete from beginning of current word to cursor
111 if (el->el_line.cursor == el->el_line.buffer)
114 cp = c__prev_word(el->el_line.cursor, el->el_line.buffer,
117 for (p = cp, kp = el->el_chared.c_kill.buf; p < el->el_line.cursor; p++)
121 c_delbefore(el, el->el_line.cursor - cp); /* delete before dot */
122 el->el_line.cursor
[all...]
H A Dvi.c66 el->el_line.cursor = el->el_line.buffer;
72 el->el_chared.c_vcmd.pos = el->el_line.cursor;
78 * Paste previous deletion before or after the cursor
95 if (!c && el->el_line.cursor < el->el_line.lastchar)
96 el->el_line.cursor++;
97 ptr = el->el_line.cursor;
100 if (el->el_line.cursor + len > el->el_line.lastchar)
108 * Vi paste previous deletion to the right of the cursor
121 * Vi paste previous deletion to the left of the cursor
142 if (el->el_line.cursor
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/
H A DKeyRangeTest.java59 private DataCursor cursor; field in class:KeyRangeTest
140 cursor = null;
159 cursor = new DataCursor(view, true);
162 cursor.put(keys[i], KEYS[i], null, false);
164 cursor.close();
172 cursor = new DataCursor(view, false);
174 cursor.close();
179 cursor = newCursor(view, keys[i], true, null, false, reversed);
181 cursor.close();
187 cursor
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/cursor/
H A Dcursor.tcl0 # cursor.tcl --
3 # Tk cursor handling routines
10 # RCS: @(#) $Id: cursor.tcl,v 1.3 2009/04/24 22:03:48 hobbs Exp $
13 package provide cursor 0.3
15 namespace eval ::cursor {
19 # megawidgets that will self-propagate cursor changes down.
52 # ::cursor::propagate --
54 # Propagates a cursor to a widget and all descendants.
57 # w Parent widget to set cursor on (includes children)
58 # cursor Th
[all...]
/macosx-10.10/gnutar-453/gnutar/src/
H A Dnames.c305 char *cursor;
341 cursor = name_buffer + strlen (name_buffer) - 1;
342 while (cursor > name_buffer && ISSLASH (*cursor))
343 *cursor-- = '\0';
509 struct name *cursor = namelist;
511 if (!cursor)
514 if (cursor->name[0] == 0)
516 chdir_do (cursor->change_dir);
522 cursor
302 char *cursor; local
506 struct name *cursor = namelist; local
565 struct name const *cursor; local
611 struct name const *cursor; local
660 struct name *cursor; local
864 struct name *cursor = namelist_match (file_name, length); local
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Didl.c111 unsigned cursor = 1; local
121 cursor = base + pivot + 1;
122 val = IDL_CMP( id, ids[cursor] );
128 base = cursor;
132 return cursor;
137 ++cursor;
139 return cursor;
513 DBC *cursor; local
575 /* If we're not reusing an existing cursor, get a new one */
577 rc = db->cursor( d
703 DBC *cursor; local
914 DBC *cursor; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dvi.c77 el->el_line.cursor = el->el_line.buffer;
84 el->el_chared.c_vcmd.pos = el->el_line.cursor;
90 * Paste previous deletion before or after the cursor
106 if (!c && el->el_line.cursor < el->el_line.lastchar)
107 el->el_line.cursor++;
110 if (el->el_line.cursor + len > el->el_line.lastchar)
112 (void) memcpy(el->el_line.cursor, k->buf, len *
113 sizeof(*el->el_line.cursor));
120 * Vi paste previous deletion to the right of the cursor
133 * Vi paste previous deletion to the left of the cursor
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DWidgetWin.cpp64 void Widget::setCursor(const Cursor& cursor) argument
76 view->hostWindow()->setCursor(cursor);
/macosx-10.10/libedit-40/src/
H A Dvi.c77 el->el_line.cursor = el->el_line.buffer;
84 el->el_chared.c_vcmd.pos = el->el_line.cursor;
90 * Paste previous deletion before or after the cursor
106 if (!c && el->el_line.cursor < el->el_line.lastchar)
107 el->el_line.cursor++;
110 if (el->el_line.cursor + len > el->el_line.lastchar)
112 (void) memcpy(el->el_line.cursor, k->buf, len *
113 sizeof(*el->el_line.cursor));
120 * Vi paste previous deletion to the right of the cursor
133 * Vi paste previous deletion to the left of the cursor
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Ddropsite.rb28 def self.set_cursor(cursor)
29 tk_call('DropSite::setcursor', cursor)

Completed in 195 milliseconds

1234567891011>>