Searched defs:Index (Results 1 - 3 of 3) sorted by relevance

/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/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/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...]

Completed in 34 milliseconds