/titanic_44/usr/src/lib/libsqlite/test/ |
H A D | null.test | 140 # as distinct 144 select distinct b from t1 order by b; 149 # as distinct
|
H A D | limit.test | 300 # Tests for limit in conjunction with distinct. The distinct should
|
H A D | unique.test | 171 # Make sure NULLs are distinct as far as the UNIQUE tests are
|
/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | select.c | 410 int distinct, /* If >=0, make sure results are distinct */ in selectInnerLoop() argument 426 hasDistinct = distinct>=0 && pEList && pEList->nExpr>0; in selectInnerLoop() 454 sqliteVdbeAddOp(v, OP_Distinct, distinct, sqliteVdbeCurrentAddr(v)+3); in selectInnerLoop() 458 sqliteVdbeAddOp(v, OP_PutStrKey, distinct, 0); in selectInnerLoop() 2032 int distinct; /* Table to use for the distinct set */ in sqliteSelect() local 2322 distinct = pParse->nTab++; in sqliteSelect() 2323 sqliteVdbeAddOp(v, OP_OpenTemp, distinct, 1); in sqliteSelect() 2325 distinct = -1; in sqliteSelect() 2338 if( selectInnerLoop(pParse, p, pEList, 0, 0, pOrderBy, distinct, eDest, in sqliteSelect() 2397 if( selectInnerLoop(pParse, p, pEList, 0, 0, pOrderBy, distinct, eDest, in sqliteSelect()
|
H A D | parse.y | 306 oneselect(A) ::= SELECT distinct(D) selcollist(W) from(X) where_opt(Y) 314 %type distinct {int} 315 distinct(A) ::= DISTINCT. {A = 1;} 316 distinct(A) ::= ALL. {A = 0;} 317 distinct(A) ::= . {A = 0;}
|
/titanic_44/usr/src/cmd/fm/eversholt/files/i386/i86pc/ |
H A D | amd64.esc | 111 * single-bit errors, but via separate serd engines to allow distinct 189 * distinct from the total number of pages we are prepared to retire from use 234 * Two distinct fault types may be diagnosed - fault.memory.dimm_sb and 240 * page_ck engines, which trip in unison. On trip it generates a distinct
|
H A D | gcpu.esc | 141 * Instead we will diagnose a distinct fault for each possible cache level,
|
H A D | intel.esc | 129 * Instead we will diagnose a distinct fault for each possible cache level,
|
/titanic_44/usr/src/grub/grub-0.97/docs/ |
H A D | internals.texi | 30 GRUB consists of two distinct components, called @dfn{stages}, which are 303 distinct components, @dfn{Stage 1} and @dfn{Stage 2} (and optionally
|
H A D | grub.info-4 | 44 distinct components, "Stage 1" and "Stage 2" (and optionally "Stage
|
H A D | texinfo.tex | 1840 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always), 1856 \def\worddistinct{distinct} 1860 % Default is `distinct.' 1861 \kbdinputstyle distinct
|
H A D | grub.info-3 | 1114 GRUB consists of two distinct components, called "stages", which are
|
H A D | grub.info | 689 GRUB has two distinct boot methods. One of the two is to load an 3823 GRUB consists of two distinct components, called "stages", which are 4088 distinct components, "Stage 1" and "Stage 2" (and optionally "Stage
|
H A D | grub.info-1 | 689 GRUB has two distinct boot methods. One of the two is to load an
|
H A D | grub.texi | 753 GRUB has two distinct boot methods. One of the two is to load an
|
/titanic_44/usr/src/lib/libdhcputil/ |
H A D | README.inittab | 34 hard-coded internal tables to providing published (but distinct)
|
/titanic_44/usr/src/lib/libnwam/ |
H A D | README | 125 used. This is distinct from nwam_<entity>_free(), which simply frees
|
/titanic_44/usr/src/lib/ |
H A D | README.mapfiles | 298 increment, but must be a micro increment to ensure that was a distinct
|
/titanic_44/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfedit.msg | 379 Despite having the same name (dump), these are all distinct and\n\
|
/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README.v6 | 194 information) for each protocol are distinct. Notably, two of the
|
/titanic_44/usr/src/lib/libshell/common/ |
H A D | sh.memo | 1129 Upper and lower case characters are distinct, so that the variable
|
/titanic_44/usr/src/cmd/look/ |
H A D | words | 6866 distinct
|
/titanic_44/usr/src/cmd/spell/ |
H A D | list | 6864 distinct
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | termcap.src | 3391 # operations. Shift-tab generates a distinct sequence so it can be argued 6696 # are quite distinct from the 914 and 924, which were much nicer non- 14274 # Tandy has a line of VDTs distinct from its microcomputers.
|
H A D | terminfo.src | 3880 # operations. Shift-tab generates a distinct sequence so it can be argued 7523 # are quite distinct from the 914 and 924, which were much nicer non- 16124 # Tandy has a line of VDTs distinct from its microcomputers.
|