Searched refs:iColumn (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dos_msdos.c184 short iColumn; local
189 for (iColumn = 0; iColumn < endpoint; iColumn += (Columns << 1))
190 _dosmemputw(S_blankbuffer, Columns, S_ulScreenBase + iColumn);
196 short iRow, iColumn; local
198 iColumn = (S_iLeft - 1) << 1;
202 movedata(S_selVideo, (((iRow + 1) * Columns) << 1) + iColumn,
203 S_selVideo, ((iRow * Columns) << 1) + iColumn,
210 + (S_iBottom - 1) * (Columns << 1) + iColumn);
216 short iRow, iColumn; local
239 short iRow, iColumn; local
[all...]
/macosx-10.9.5/ruby-104/ruby/test/win32ole/
H A Dtest_win32ole.rb251 name = folder.getDetailsOf({:vItem => item, :iColumn => 0})
253 name = folder.getDetailsOf({"vItem" => item, :iColumn => 0})
261 name = folder.getDetailsOf(item, {:iColumn => 0})
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.h4823 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
4861 int iColumn; /* Column on left-hand side of constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint
4868 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
H A Dsqlite3.c5376 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5414 int iColumn; /* Column on left-hand side of constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint
5421 int iColumn; /* Column number */ member in struct:sqlite3_index_info::sqlite3_index_orderby
10171 ** pointer to this structure. The Expr.iColumn field is the index in
10191 int iColumn; /* Column number within the source table */ member in struct:AggInfo::AggInfo_col
10256 ** Expr.iColumn is the column number for the specific column. If the
10265 ** If the expression is a subquery then Expr.iColumn holds an integer
10320 ynVar iColumn; /* TK_COLUMN: column index. -1 for rowid. member in struct:Expr
10854 int iColumn; /* Table column number */ member in struct:Parse::yColCache
75172 sqlite3ExprCodeGetColumn( Parse *pParse, Table *pTab, int iColumn, int iTable, int iReg ) argument
100920 findTerm( WhereClause *pWC, int iCur, int iColumn, Bitmask notReady, u32 op, Index *pIdx ) argument
101315 int iColumn = -1; /* Column index on lhs of IN operator */ local
101970 int iColumn; /* The i-th column of the index. -1 for rowid */ local
114328 int iColumn; /* Index of column this phrase must match */ member in struct:Fts3Phrase
116748 fts3TermSelect( Fts3Table *p, Fts3PhraseToken *pTok, int iColumn, int *pnOut, char **ppOut ) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/page/
H A Dparse.y936 A->iColumn = OE_Ignore;
941 A->iColumn = T;

Completed in 695 milliseconds