Searched refs:cursor (Results 276 - 300 of 1034) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dhistedit.h66 const char *cursor; member in struct:lineinfo
269 const wchar_t *cursor; member in struct:lineinfow
H A Dfilecomplete.c447 ctemp = li->cursor;
453 len = li->cursor - ctemp;
465 *point = (int)(li->cursor - li->buffer);
470 int cur_off = (int)(li->cursor - li->buffer);
H A Dhist.c111 el->el_line.cursor = el->el_line.buffer;
114 el->el_line.cursor = el->el_line.lastchar;
144 el->el_line.cursor = el->el_line.buffer;
147 el->el_line.cursor = el->el_line.lastchar;
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DFTPDirectoryDocument.cpp395 UChar* cursor = start; local
397 while (cursor < m_dest) {
398 if (*cursor == '\n') {
399 m_carryOver.append(String(start, cursor - start));
404 start = ++cursor;
406 cursor++;
410 if (cursor - start > 1)
411 m_carryOver.append(String(start, cursor - start - 1));
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXMLViewer.css55 cursor: pointer;
/macosx-10.9.5/libauto-185.5/tests/
H A Dalloc_test.c46 batch_invalidate(auto_zone_t *zone, auto_zone_foreach_object_t foreach, auto_zone_cursor_t cursor) argument
49 foreach(cursor, __invalidate, NULL);
/macosx-10.9.5/libedit-39/src/
H A Dhistedit.h64 const char *cursor; member in struct:lineinfo
267 const wchar_t *cursor; member in struct:lineinfow
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dread.c101 if (el->el_line.cursor > el->el_line.lastchar)
102 (void) fprintf(el->el_errfile, "cursor > lastchar\r\n");
103 if (el->el_line.cursor < el->el_line.buffer)
104 (void) fprintf(el->el_errfile, "cursor < buffer\r\n");
105 if (el->el_line.cursor > el->el_line.limit)
106 (void) fprintf(el->el_errfile, "cursor > limit\r\n");
409 el->el_line.cursor = el->el_line.lastchar = cp;
412 *nread = el->el_line.cursor - el->el_line.buffer;
463 el->el_line.cursor = el->el_line.lastchar = cp;
466 *nread = el->el_line.cursor
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dpromptdialog.rb69 def cursor=(index)
74 alias icursor cursor=
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itk/library/
H A DToplevel.itk13 # switch: -cursor ........ cursor for widget
14 # name: cursor
47 keep -menu -background -cursor -takefocus
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DCodeMirrorTextEditor.js702 var cursor = codeMirror.getCursor();
703 var line = codeMirror.getLine(cursor.line);
704 if (line.substr(cursor.ch - 1, 2) === "{}") {
706 codeMirror.setCursor(cursor);
717 var cursor = codeMirror.getCursor("head");
718 if (cursor.ch !== 0 || cursor.line === 0)
727 var cursor = codeMirror.getCursor("head");
728 var line = codeMirror.getLine(cursor.line);
729 if (cursor
[all...]
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dextract.c469 char *cursor; /* points into the file name */ local
475 for (cursor = cursor0; *cursor; cursor++)
477 if (! ISSLASH (*cursor))
482 if (cursor == cursor0 || ISSLASH (cursor[-1]))
487 if (cursor[-1] == '.'
488 && (cursor == cursor0 + 1 || ISSLASH (cursor[
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Db_curalloc.c45 /* Allocate a cursor count times. */
48 DB_BENCH_ASSERT(dbp->cursor(dbp, NULL, &curp, 0) == 0);
53 printf("# %d cursor allocations\n", count);
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DCursorConfig.java17 Specify the attributes of database cursor. An instance created with the
23 cursor.
29 cursor to return modified but not yet committed data.
35 A convenience instance to configure a cursor for read committed isolation.
38 cursor but permits data read by this cursor to be modified or
46 cursor will be used to update the database.
56 cursor to return modified but not yet committed data.
63 A convenience instance to configure a cursor for read committed isolation.
66 cursor bu
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drsrc002.tcl44 set dbc [eval {$db cursor} $txn]
H A Dsijointest.tcl78 set pdbc [$pdb cursor]
91 set zipc [$zipdb cursor]
94 set namec [$namedb cursor]
97 set pc [$pdb cursor]
H A Dtest036.tcl9 # TEST Put nentries key/data pairs (from the dictionary) using a cursor
10 # TEST and KEYFIRST and KEYLAST (this tests the case where use use cursor
77 set dbc [eval {$db cursor} $txn]
78 error_check_good cursor [is_valid_cursor $dbc $db] TRUE
106 set dbc [eval {$db cursor} $txn]
107 error_check_good cursor [is_valid_cursor $dbc $db] TRUE
H A Dtest072.tcl8 # TEST Test of cursor stability when duplicates are moved off-page.
52 puts "\nTest$tnum: Test of cursor stability when\
89 set precursor [eval {$db cursor} $txn]
92 set postcursor [eval {$db cursor} $txn]
100 puts "\tTest$tnum.b: Put/create cursor/verify all cursor loop."
115 set dbc($i) [eval {$db cursor} $txn]
116 error_check_good "db cursor ($i)"\
128 #puts "cursor $j after $i: $d"
133 "cursor
[all...]
H A Dtest099.tcl13 # TEST Open a cursor and do the same for DBC->c_get with set_recno.
19 # TEST by cursor and check that record renumbering is done properly.
110 # Open a cursor
116 set dbc [eval {$db cursor} $txn]
174 puts "\tTest099.d: Test record renumbering with cursor deletes."
185 set dbc0 [eval {$db cursor} $txn]
187 set dbc1 [eval {$db cursor} $txn]
189 set dbc2 [eval {$db cursor} $txn]
192 # Initialize cursor positions. Set dbc0 at the beginning,
234 # Reposition cursor t
[all...]
H A Dtest103.tcl13 # TEST the results from a regular cursor get.
139 set curs [ eval {$db cursor} $txn]
140 error_check_good cursor [is_valid_cursor $curs $db] TRUE
184 set c [eval { $db cursor} ]
185 set m [eval { $db cursor} ]
197 # get by walking the db with an ordinary cursor get.
/macosx-10.9.5/BerkeleyDB-21/db/test_micro/source/
H A Db_curalloc.c44 /* Allocate a cursor count times. */
47 DB_BENCH_ASSERT(dbp->cursor(dbp, NULL, &curp, 0) == 0);
52 printf("# %d cursor allocations\n", count);
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dperl_common.h76 p->cursor - p->lineptr,
/macosx-10.9.5/Heimdal-323.92.1/admin/
H A Dchange.c138 krb5_kt_cursor cursor; local
151 ret = krb5_kt_start_seq_get(context, keytab, &cursor);
157 while((ret = krb5_kt_next_entry(context, keytab, &entry, &cursor)) == 0) {
217 krb5_kt_end_seq_get(context, keytab, &cursor);
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dcollector.c206 hx509_cursor cursor; local
216 ret = hx509_certs_start_seq(context, certs, &cursor);
222 ret = hx509_certs_next_cert(context, certs, cursor, &c);
242 hx509_certs_end_seq(context, certs, cursor);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dstrmatch.h155 * output text of this object. Update the 'cursor' parameter to
156 * give the cursor position and return the length of the
163 * @param cursor output parameter for the cursor position.
173 int32_t& cursor);

Completed in 363 milliseconds

<<11121314151617181920>>