Searched refs:Cursor (Results 1 – 15 of 15) sorted by relevance
/titanic_50/usr/src/lib/libsqlite/src/ |
H A D | vdbeInt.h | 66 struct Cursor { struct 84 typedef struct Cursor Cursor; argument 248 Cursor *aCsr; /* One element of this array for each open cursor */ 297 void sqliteVdbeCleanupCursor(Cursor*); 302 int sqliteVdbeCursorMoveto(Cursor*);
|
H A D | btree.h | 57 int (*Cursor)(Btree*, int iTable, int wrFlag, BtCursor **ppCur); member 123 (btOps(pBt)->Cursor(pBt, iTable, wrFlag, ppCur))
|
H A D | vdbe.c | 426 Cursor *aCsr = sqliteRealloc( p->aCsr, (mxCursor+1)*sizeof(Cursor) ); in expandCursorArraySize() 429 memset(&p->aCsr[p->nCursor], 0, sizeof(Cursor)*(mxCursor+1-p->nCursor)); in expandCursorArraySize() 2423 memset(&p->aCsr[i], 0, sizeof(Cursor)); in sqliteVdbeExec() 2473 Cursor *pCx; in sqliteVdbeExec() 2511 Cursor *pCx; in sqliteVdbeExec() 2559 Cursor *pC; in sqliteVdbeExec() 2652 Cursor *pC; in sqliteVdbeExec() 2810 Cursor *pC; in sqliteVdbeExec() 2933 Cursor *pC; in sqliteVdbeExec() 3007 Cursor *pC; in sqliteVdbeExec() [all …]
|
H A D | vdbeaux.c | 733 void sqliteVdbeCleanupCursor(Cursor *pCx){ in sqliteVdbeCleanupCursor() 741 memset(pCx, 0, sizeof(Cursor)); in sqliteVdbeCleanupCursor() 1050 int sqliteVdbeCursorMoveto(Cursor *p){ in sqliteVdbeCursorMoveto()
|
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmAccess.java | 295 frame.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR)); in createAccess() 306 frame.setCursor(Cursor.getDefaultCursor()); in createAccess()
|
H A D | pmInstallPrinter.java | 1550 frame.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR)); in doAction() 1655 frame.setCursor(Cursor.getDefaultCursor()); in doAction()
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | caps | 66 hard_cursor, "chts" "HC" Cursor is hard to see. 146 cursor_address, "cup" "cm" Cursor motion to row #1 col #2 (G)
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 90 hard_cursor chts HC bool Cursor is hard to see 151 cursor_address cup cm str Cursor motion to row #1 col #2 (PG)
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 90 hard_cursor chts HC bool Cursor is hard to see 151 cursor_address cup cm str Cursor motion to row #1 col #2 (PG)
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | termcap.src | 1879 # in two different modes: Cursor Mode and Application Mode. Cursor Mode 1881 # Mode is the "set" state. In Cursor Mode, the cursor keys transmit 1885 # assumed that the cursor keys are normally in Cursor Mode, and expected that 1890 # "Cursor Mode", and the cursor keys definitions should match that assumption, 1992 # | | | Cursor 0-Underline | | | Interlace 0-Off 6590 # S2 5 Cursor type 6594 # S2 6 Cursor down key 6647 # S2 5 Cursor type (U = underline, D = block) 6648 # S2 6 Cursor down key (U = send ^J, D = send ^V) 8710 wy75ap|wyse75ap|wy-75ap|wyse-75ap|Wyse WY-75 Applications and Cursor keypad:\ [all …]
|
H A D | terminfo.src | 2133 # in two different modes: Cursor Mode and Application Mode. Cursor Mode 2135 # Mode is the "set" state. In Cursor Mode, the cursor keys transmit 2139 # assumed that the cursor keys are normally in Cursor Mode, and expected that 2144 # "Cursor Mode", and the cursor keys definitions should match that assumption, 2248 # | | | Cursor 0-Underline | | | Interlace 0-Off 7412 # S2 5 Cursor type 7416 # S2 6 Cursor down key 7471 # S2 5 Cursor type (U = underline, D = block) 7472 # S2 6 Cursor down key (U = send ^J, D = send ^V) 9784 wy75ap|wyse75ap|wy-75ap|wyse-75ap|Wyse WY-75 Applications and Cursor keypad, [all …]
|
/titanic_50/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-2 | 454 Cursor movement and editing of the text on the line can be done via a
|
H A D | grub.texi | 1950 Cursor movement and editing of the text on the line can be done via a
|
H A D | grub.info | 1759 Cursor movement and editing of the text on the line can be done via a
|
/titanic_50/usr/src/data/hwdata/ |
H A D | usb.ids | 21261 037 Cursor Pixel Positioning 21262 038 Cursor Mode 21263 039 Cursor Enable 21264 03a Cursor Blink
|