Searched refs:cursor (Results 101 - 125 of 131) sorted by relevance

123456

/freebsd-10.2-release/lib/libc/db/test/btree.tests/
H A Dmain.c62 void cursor(DB *, char **);
89 "c", 1, 1, cursor, "cursor word", "move cursor to word",
90 "delc", 0, 0, delcur, "delcur", "delete key the cursor references",
93 "f", 0, 0, first, "first", "move cursor to first record",
98 "ic", 2, 1, icursor, "icursor key data", "replace cursor",
100 "la", 0, 0, last, "last", "move cursor to last record",
105 "n", 0, 0, next, "next", "move cursor forward one record",
106 "p", 0, 0, previous, "previous", "move cursor bac
301 cursor(db, argv) function
[all...]
/freebsd-10.2-release/etc/defaults/
H A Drc.conf544 cursor="NO" # cursor type {normal|blink|destructive} (or NO).
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h228 // This handles command line completion. You are given a pointer to the command string buffer, to the current cursor,
232 // the cursor point to complete the cursor point to the longest common matching prefix.
247 const char *cursor,
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dkeytab_memory.c165 krb5_kt_cursor *cursor)
163 mkt_end_seq_get(krb5_context context, krb5_keytab id, krb5_kt_cursor *cursor) argument
H A Dinit_creds_pw.c1525 krb5_kt_cursor cursor; local
1552 ret = krb5_kt_start_seq_get(context, keytab, &cursor);
1556 while(krb5_kt_next_entry(context, keytab, &entry, &cursor) == 0){
1589 krb5_kt_end_seq_get(context, keytab, &cursor);
/freebsd-10.2-release/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c38 ** The routines for moving the physical cursor and scrolling:
268 /* initialize screen for cursor access */
286 /* restore cursor shape */
288 int cursor = SP->_cursor; local
290 curs_set(cursor);
423 /* wrap up cursor-addressing mode */
425 /* leave cursor at screen bottom */
428 /* set cursor to normal mode */
430 int cursor = SP->_cursor; local
432 SP->_cursor = cursor;
[all...]
/freebsd-10.2-release/sys/boot/i386/kgzldr/
H A Dcrt.s65 incl %edx # Bump cursor
/freebsd-10.2-release/sys/boot/pc98/kgzldr/
H A Dcrt.s79 crt_putchr.5: inb $0x60,%al # Move cursor
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp3192 const char *cursor = strchr(startBuf, '{'); local
3193 assert((cursor && endBuf)
3210 if (BufferContainsPPDirectives(startBuf, cursor)) {
3218 while (endHeader < cursor && *endHeader != '>') endHeader++;
3225 ReplaceText(LocStart, cursor-startBuf, Result);
3236 LocStart.getLocWithOffset(cursor-startBuf+1);
3239 cursor++; // past '{'
3242 while (cursor < endBuf) {
3243 if (*cursor == '@') {
3244 SourceLocation atLoc = LocStart.getLocWithOffset(cursor
[all...]
/freebsd-10.2-release/contrib/tnftp/src/
H A Dcomplete.c375 cursor_pos = line + (lf->cursor - lf->buffer);
376 lastc_argc = cursor_argc; /* remember last cursor pos */
384 /* if cursor and word is same, list alternatives */
/freebsd-10.2-release/contrib/apr-util/dbm/
H A Dapr_dbm_berkeleydb.c315 if ((dberr = (*f->bdb->cursor)(f->bdb, NULL, &f->curs
/freebsd-10.2-release/sys/dev/vt/
H A Dvt.h152 #define VDF_MOUSECURSOR 0x40 /* Mouse cursor visible. */
424 void vt_determine_colors(term_char_t c, int cursor,
/freebsd-10.2-release/sys/vm/
H A Dmemguard.c112 SYSCTL_ULONG(_vm_memguard, OID_AUTO, cursor, CTLFLAG_RD,
113 &memguard_cursor, 0, "MemGuard cursor");
121 &memguard_wrap, 0, "MemGuard cursor wrap count");
319 * Keep a moving cursor so we don't recycle KVA as long as
335 * fragmentation, or because the cursor is near the
/freebsd-10.2-release/sys/dev/atkbdc/
H A Dpsm.c2817 int cursor, peer, window; local
2930 cursor = synaction->queue_cursor;
2931 dx = x0 - synaction->queue[cursor].x;
2932 dy = y0 - synaction->queue[cursor].y;
2961 cursor = SYNAPTICS_QUEUE_CURSOR(synaction->queue_cursor - 1);
2962 synaction->queue[cursor].x = x0;
2963 synaction->queue[cursor].y = y0;
2964 synaction->queue_cursor = cursor;
2968 "synaptics: cursor[%d]: x=%d, y=%d, dx=%d, dy=%d\n",
2969 cursor, x
[all...]
/freebsd-10.2-release/sys/boot/pc98/cdboot/
H A Dcdboot.S150 mov $0x13,%ah # cursor home
153 mov $0x11,%ah # cursor on
285 mov cursor,%di
306 mov $0x13,%ah # Move cursor
309 putstr.done: mov %di,cursor
315 # Display a single char at [AL], but don't move a cursor.
322 mov cursor,%di
778 cursor: .word 0 label
/freebsd-10.2-release/crypto/heimdal/lib/hdb/
H A Ddb3.c304 ret = (*d->cursor)(d, NULL, &dbc, 0);
306 krb5_set_error_message(context, ret, "d->cursor: %s", strerror(ret));
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp183 const char *cursor,
189 if (current_line == cursor)
248 const char *cursor,
261 cursor,
270 const char *word_start = cursor;
271 if (cursor > current_line)
453 const char *cursor,
464 cursor,
1958 // Remember where we want the cursor to be
3255 // Keep the cursor o
181 IOHandlerComplete(IOHandler &io_handler, const char *current_line, const char *cursor, const char *last_char, int skip_first_n_matches, int max_matches, StringList &matches) argument
246 IOHandlerComplete(IOHandler &io_handler, const char *current_line, const char *cursor, const char *last_char, int skip_first_n_matches, int max_matches, StringList &matches) argument
452 AutoCompleteCallback(const char *current_line, const char *cursor, const char *last_char, int skip_first_n_matches, int max_matches, StringList &matches, void *baton) argument
[all...]
/freebsd-10.2-release/contrib/sendmail/src/
H A Dudb.c227 (errno = (*up->udb_dbp->cursor)(up->udb_dbp,
230 (errno = (*up->udb_dbp->cursor)(up->udb_dbp,
/freebsd-10.2-release/contrib/top/
H A DConfigure217 "LoadMax", then top will put the cursor home immediately after the space
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1325 lldb::offset_t cursor = 0; local
1327 while (cursor < section_size)
1329 if (!symbol.Parse(dynsym_data, &cursor))
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1928 // The cursor is in the first argument, so just do a lookup in the dictionary.
1983 const char *cursor,
1989 // We parse the argument up to the cursor, so the last argument in parsed_line is
1990 // the one containing the cursor, and the cursor is after the last character.
1993 Args partial_parsed_line(current_line, cursor - current_line);
2027 if (cursor > current_line && cursor[-1] == ' ')
1982 HandleCompletion(const char *current_line, const char *cursor, const char *last_char, int match_start_point, int max_return_elements, StringList &matches) argument
/freebsd-10.2-release/contrib/binutils/binutils/
H A Dwindint.h241 struct rc_cursor *cursor; member in union:rc_res_resource::__anon304
328 /* A cursor resource. */
353 /* Next cursor in group. */
363 /* Number of bytes in cursor resource. */
365 /* Index of cursor resource. */
729 /* Number of bytes in cursor resource. */
731 /* Index of cursor resource. */
H A Drcparse.y180 | input cursor
337 cursor: label
/freebsd-10.2-release/sys/boot/pc98/boot0.5/
H A Dselector.s184 # Show/hide cursor
/freebsd-10.2-release/sys/dev/drm2/i915/
H A Dintel_display.c4050 /* Ensure that the cursor is valid for the new mode before changing... */
4420 /* Ensure that the cursor is valid for the new mode before changing... */
5011 * the cursor is disabled.
5078 /* If no-part of the cursor is visible on the framebuffer, then the GPU may hang... */
5151 /* if we want to turn off the cursor ignore width and height */
5153 DRM_DEBUG_KMS("cursor off\n");
5176 /* we only need to pin inside GTT if cursor is non-phy */
5180 DRM_ERROR("cursor cannot be tiled\n");
5187 DRM_ERROR("failed to move cursor bo into the GTT\n");
5193 DRM_ERROR("failed to release fence for cursor\
7151 } cursor[2]; member in struct:intel_display_error_state
[all...]

Completed in 203 milliseconds

123456