Searched refs:Index (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/lib/libeti/menu/common/
H A Ddriver.c159 if (Index(current)+1 >= Nitems(m)) {
162 current = IthItem(m, Index(current)+1);
168 if (Index(current)+1 >= Nitems(m)) {
175 current = IthItem(m, Index(current)+1);
185 if (Index(current)-1 < 0) {
188 current = IthItem(m, Index(current)-1);
194 if (Index(current)-1 < 0) {
201 current = IthItem(m, Index(current)-1);
H A Dcuritem.c80 return (Index(i));
H A Dconnect.c82 Index(*ip) = 0;
91 Index(*ip) = i++;
H A Dpattern.c75 i = Index(*current);
109 if (i == Index(*current) && cycled) {
/osnet-11/usr/src/lib/libsqlite/src/
H A DsqliteInt.h236 typedef struct Index Index; typedef in typeref:struct:Index
504 Index *pIndex; /* List of SQL indexes on this table. */
508 u8 iDb; /* Index into sqlite.aDb[] of the backend for this table */
548 int iFrom; /* Index of column in pFrom */
608 ** three columns in the table. In the Index structure describing
615 ** The Index.onError field determines whether or not the indexed columns
616 ** must be unique and what to do if they are not. When Index.onError=OE_None,
618 ** and the value of Index.onError indicate the which conflict resolution
622 struct Index { struct
[all...]
H A Dwhere.c215 static Index *findSortingIndex(
219 Index *pPreferredIdx, /* Use this index, if possible and not NULL */
224 Index *pMatch;
225 Index *pIdx;
490 Index *pIdx;
491 Index *pBestIdx = 0;
561 int eqMask = 0; /* Index columns covered by an x=... term */
562 int ltMask = 0; /* Index columns covered by an x<... term */
563 int gtMask = 0; /* Index columns covered by an x>... term */
564 int inMask = 0; /* Index column
[all...]
H A Dbuild.c160 Index *sqliteFindIndex(sqlite *db, const char *zName, const char *zDb){
161 Index *p = 0;
180 static void sqliteDeleteIndex(sqlite *db, Index *p){
181 Index *pOld;
198 void sqliteUnlinkAndDeleteIndex(sqlite *db, Index *pIndex){
202 Index *p;
323 Index *pIndex, *pNext;
434 Index *pIdx;
1248 Index *pIdx;
1311 void sqliteAddIdxKeyType(Vdbe *v, Index *pId
[all...]
H A Dupdate.c42 Index *pIdx; /* For looping over indices */
47 Index **apIdx = 0; /* An array of indices that need updating too */
56 int iStackDepth; /* Index of memory cell holding stack depth */
175 apIdx = sqliteMalloc( sizeof(Index*) * nIdx + nIdxTotal );
H A Ddelete.c70 Index *pIdx; /* For looping over indices of the table */
378 Index *pIdx;
H A Dpragma.c399 Index *pIdx;
423 Index *pIdx;
637 Index *pIdx;
H A Dinsert.c102 Index *pIdx; /* For looping over indices of the table */
626 int base, /* Index of a read/write cursor pointing at pTab */
640 Index *pIdx;
869 int base, /* Index of a read/write cursor pointing at pTab */
873 int newIdx /* Index of NEW table for triggers. -1 if none */
878 Index *pIdx;
912 Index *pIdx;
H A Dmain.c102 Index *pIndex;
H A Dselect.c1639 int iFrom, /* Index in p->pSrc->a[] of the inner subquery */
1851 Index *pIdx;
2016 int parentTab, /* Index in pParent->pSrc of this query */
/osnet-11/usr/src/lib/libeti/menu/inc/
H A Dprivate.h127 #define Index(i) (i)->index macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm319 Index into the string could be C<pos($str)> allowing C<s/\G...//>.
/osnet-11/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c1031 if (pAdapter->Index == ifIndex)
1090 ifIndex = pAdapter->Index;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm36 Index 2
262 package CPAN::Index;
264 @CPAN::Index::ISA = qw(CPAN::Debug);
484 CPAN::Index->reload;
675 CPAN::Index->reload;
786 CPAN::Index->reload;
1601 CPAN::Index->force_reload;
3060 package CPAN::Index;
3062 #-> sub CPAN::Index::force_reload ;
3065 $CPAN::Index
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm106 . tm Index:\\$1\t\\n%\t"\\$2"
471 $$self{INDEX} = []; # Index keys waiting to be printed.
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex121 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi
122 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi
3034 % Index generation facilities
3583 % Index files are almost Texinfo source, but we use \ as the escape
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex119 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi
120 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi
3792 % Index generation facilities
4383 % Index files are almost Texinfo source, but we use \ as the escape

Completed in 92 milliseconds