Home
last modified time | relevance | path

Searched defs:_cursor (Results 1 – 25 of 432) sorted by relevance

12345678910>>...18

/dports/databases/grass7/grass-7.8.6/db/drivers/sqlite/
H A Dglobals.h7 typedef struct _cursor struct
9 sqlite3_stmt *statement;
10 int nrows; /* number of rows in query result, -1 if unknown */
11 int row; /* current row */
12 dbToken token;
13 int type; /* type of cursor: SELECT, UPDATE, INSERT */
14 int *kcols; /* indexes of known (type) columns */
15 int nkcols; /* number of known columns */
/dports/databases/grass7/grass-7.8.6/db/drivers/mysql/
H A Dglobals.h4 typedef struct _cursor struct
6 MYSQL_RES *res;
7 int nrows; /* number of rows in query result */
8 MYSQL_ROW row;
9 dbToken token;
10 int type; /* type of cursor: SELECT, UPDATE, INSERT */
11 int *cols; /* indexes of known (type) columns */
12 int ncols; /* number of known columns */
/dports/databases/grass7/grass-7.8.6/db/drivers/odbc/
H A Dglobals.h6 typedef struct _cursor struct
8 SQLHSTMT stmt;
9 dbToken token;
10 int type; /* type of cursor: SELECT, UPDATE, INSERT */
11 int nrows; /* number of rows selected by SELECT statement */
/dports/games/abe/abe-1.1/src/
H A DCommon.h61 typedef struct _cursor { struct
62 int pos_x, pos_y;
63 int pixel_x, pixel_y;
64 int speed_x, speed_y;
65 int dir;
66 int wait;
67 int jump;
68 int gravity;
69 int stepup;
70 int slide;
[all …]
/dports/databases/grass7/grass-7.8.6/db/drivers/postgres/
H A Dglobals.h4 typedef struct _cursor struct
6 PGresult *res;
7 int nrows; /* number of rows in query result */
8 int row; /* current row */
9 dbToken token;
10 int type; /* type of cursor: SELECT, UPDATE, INSERT */
11 int *cols; /* indexes of known (type) columns */
12 int ncols; /* number of known columns */
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/UI/Source/
H A Dcursors.h85 typedef struct _cursor struct
94 typedef struct _cursorstack argument
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dtextedit.cpp187 TextCursor* _cursor = &ted->cursor; in insertSym() local
207 TextCursor* _cursor = &ted->cursor; in insertText() local
218 TextCursor* _cursor = &ted->cursor; in edit() local
483 TextCursor* _cursor = &ted->cursor; in movePosition() local
583 TextCursor* _cursor = cursor(ed); in drop() local
715 TextCursor* _cursor = &ted->cursor; in inputTransition() local
778 TextCursor* _cursor = &ted->cursor; in endHexState() local
807 TextCursor* _cursor = cursor(ed); in deleteSelectedText() local
/dports/x11-wm/compiz/compiz-0.8.8/kde/window-decorator-kde4/
H A Ddecorator.h51 struct _cursor { struct
56 extern struct _cursor cursors[3][3]; argument
/dports/x11-wm/compiz/compiz-0.8.8/kde/window-decorator/
H A Ddecorator.h54 struct _cursor { struct
59 extern struct _cursor cursors[3][3]; argument
/dports/devel/cc65/cc65-2.19/libsrc/conio/
H A Dcursor.s11 .proc _cursor label
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/util/
H A Dwdb.h40 typedef struct _cursor struct
45 DBC *db_cursor; argument
/dports/www/clearsilver/clearsilver-0.10.5/util/
H A Dwdb.h40 typedef struct _cursor struct
45 DBC *db_cursor; argument
/dports/www/p5-ClearSilver/clearsilver-0.10.5/util/
H A Dwdb.h40 typedef struct _cursor struct
45 DBC *db_cursor; argument
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/utils/
H A DStringUtil.cpp10 unsigned int chars2Unicode(const std::string& _string, size_t& _cursor) in chars2Unicode()
87 size_t nextCursor(const std::string& _string, const size_t _cursor) in nextCursor()
103 size_t prevCursor(const std::string& _string, const size_t _cursor) in prevCursor()
119 size_t moveCursor(const std::string& _string, const size_t _cursor, const int _amount) in moveCursor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/remote_cocoa/app_shim/
H A Dviews_nswindow_delegate.h23 base::scoped_nsobject<NSCursor> _cursor; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/remote_cocoa/app_shim/
H A Dviews_nswindow_delegate.h23 base::scoped_nsobject<NSCursor> _cursor; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/zvision/scripting/controls/
H A Dpush_toggle_control.h70 int _cursor; variable
/dports/games/scummvm/scummvm-2.5.1/engines/zvision/scripting/controls/
H A Dpush_toggle_control.h70 int _cursor; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mads/
H A Dhotspots.h47 CursorType _cursor; variable
113 CursorType _cursor; variable
/dports/games/scummvm/scummvm-2.5.1/engines/mads/
H A Dhotspots.h47 CursorType _cursor; variable
113 CursorType _cursor; variable
/dports/devel/p5-Curses-Widgets/CursesWidgets-1.997/Widgets/
H A DTextField.pm246 sub _cursor { subroutine
H A DCalendar.pm238 sub _cursor { subroutine
H A DTextMemo.pm286 sub _cursor { subroutine
/dports/databases/p5-DBIx-NoSQL/DBIx-NoSQL-0.0021/lib/DBIx/NoSQL/
H A DSearch.pm22 sub _cursor { subroutine
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/ad/
H A Dad_node_state.h54 char *_cursor; variable

12345678910>>...18