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

123456

/freebsd-10.2-release/contrib/binutils/binutils/
H A Dresbin.c198 /* Convert a cursor resource from binary. */
207 toosmall (_("cursor"));
217 r->u.cursor = c;
786 /* Convert a group cursor resource from binary. */
796 toosmall (_("group cursor header"));
800 fatal (_("unexpected group cursor type %d"), type);
815 toosmall (_("group cursor"));
1269 return res_to_bin_cursor (wrbfd, off, res->u.cursor);
1383 /* Convert a cursor resource to binary. */
1402 /* Convert a group cursor resourc
[all...]
/freebsd-10.2-release/sys/dev/vt/
H A Dvt_core.c1011 vt_determine_colors(term_char_t c, int cursor, argument
1026 if (cursor)
1043 * We use the cursor position saved during the current refresh,
1044 * in case the cursor moved since.
1083 * mouse cursor is supported in vt_vga's textmode.
1122 /* Check if the cursor should be displayed or not. */
1132 * If the cursor changed display state or moved, we must mark
1140 * Save position of the mouse cursor. It's used by backends to
1141 * know where to draw the cursor and during the next refresh to
1148 * If the cursor i
[all...]
/freebsd-10.2-release/lib/libedit/
H A Dreadline.c2078 rl_point = (int)(li->cursor - li->buffer);
/freebsd-10.2-release/contrib/binutils/gas/config/
H A Dtc-mips.c2515 struct mips_cl_insn *cursor;
2519 cursor = buffer + num_insns;
2520 memcpy (cursor, history, (MAX_NOPS - num_insns) * sizeof (*cursor));
2521 while (cursor > buffer)
2522 *--cursor = *va_arg (args, const struct mips_cl_insn *);
2508 struct mips_cl_insn *cursor; local
/freebsd-10.2-release/crypto/openssh/
H A Dsftp.c1766 if (lastarg || *(lf->cursor) != ' ')
1910 if (*(lf->cursor - 1) != '/' &&
1911 (lastarg || *(lf->cursor) != ' '))
1930 u_int cursor, len, terminated, ret = CC_ERROR; local
1938 /* Figure out which argument the cursor points to */
1939 cursor = lf->cursor - lf->buffer;
1940 line = (char *)xmalloc(cursor + 1);
1941 memcpy(line, lf->buffer, cursor);
1942 line[cursor]
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c5517 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor}
5527 ** the content of a cursor structure to suit its own needs.
5529 ** This superclass exists in order to define fields of the cursor that
5533 sqlite3_vtab *pVtab; /* Virtual table of this cursor */
8063 BtCursor *pCursor /* Space to write cursor structure */
9914 ** when the VDBE cursor to the table is closed. In this case Table.tnum
9915 ** refers VDBE cursor number that holds the table open, not to the root
10255 ** the integer cursor number of a VDBE cursor pointing to that table and
10317 int iTable; /* TK_COLUMN: cursor numbe
[all...]

Completed in 520 milliseconds

123456