Searched refs:iRow (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dos_msdos.c196 short iRow, iColumn; local
201 for (iRow = S_iCurrentRow; iRow < S_iBottom - 1; iRow++)
202 movedata(S_selVideo, (((iRow + 1) * Columns) << 1) + iColumn,
203 S_selVideo, ((iRow * Columns) << 1) + iColumn,
216 short iRow, iColumn; local
221 for (iRow = S_iBottom - 1; iRow >= S_iTop; iRow
239 short iRow, iColumn; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h5040 ** in row iRow, column zColumn, table zTable in database zDb;
5044 ** SELECT zColumn FROM zDb.zTable WHERE [rowid] = iRow;
5097 sqlite3_int64 iRow,
H A Dsqlite3.c5593 ** in row iRow, column zColumn, table zTable in database zDb;
5597 ** SELECT zColumn FROM zDb.zTable WHERE [rowid] = iRow;
5650 sqlite3_int64 iRow,
48727 invalidateIncrblobCursors( Btree *pBtree, i64 iRow, int isClearTable ) argument
69860 blobSeekToRow(Incrblob *p, sqlite3_int64 iRow, char **pzErr) argument
69915 sqlite3_blob_open( sqlite3* db, const char *zDb, const char *zTable, const char *zColumn, sqlite_int64 iRow, int flags, sqlite3_blob **ppBlob ) argument
70246 sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow) argument
[all...]

Completed in 402 milliseconds