Searched refs:distinct (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL735 a distinct argument, so it may need to be surrounded by whitespace and/or
741 Group the given PREDICATES. The parentheses must be passed as distinct
865 a distinct argument, so it may need to be surrounded by whitespace and/or
873 a distinct argument, so it may need to be surrounded by whitespace and/or
/osnet-11/usr/src/lib/libsqlite/src/
H A Dselect.c408 int distinct, /* If >=0, make sure results are distinct */
424 hasDistinct = distinct>=0 && pEList && pEList->nExpr>0;
452 sqliteVdbeAddOp(v, OP_Distinct, distinct, sqliteVdbeCurrentAddr(v)+3);
456 sqliteVdbeAddOp(v, OP_PutStrKey, distinct, 0);
1803 /* The flattened query is distinct if either the inner or the
1804 ** outer query is distinct.
2030 int distinct; /* Table to use for the distinct set */ local
2317 /* Open a temporary table to use for the distinct se
401 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, int nColumn, ExprList *pOrderBy, int distinct, int eDest, int iParm, int iContinue, int iBreak ) argument
[all...]
H A Dparse.y306 oneselect(A) ::= SELECT distinct(D) selcollist(W) from(X) where_opt(Y)
311 // The "distinct" nonterminal is true (1) if the DISTINCT keyword is
314 %type distinct {int}
315 distinct(A) ::= DISTINCT. {A = 1;}
316 distinct(A) ::= ALL. {A = 0;}
317 distinct(A) ::= . {A = 0;}
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsort.pm128 is often faster for small arrays, and on arrays of a few distinct
H A DNEXT.pm308 more distinct paths (e.g. in the way C<E> inherits C<A::foo> twice --
334 This causes the redispatcher to only visit each distinct C<method> method
364 and omit the second call to C<A::foo> (since it would not be distinct
H A DExporter.pm204 but with list entries that are syntactically distinct from symbol names.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm454 Spaces in the argument delimit distinct patterns, so
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm105 The internal format is based on many distinct I<opcodes>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm50 to keep private error logs, distinct from the server's error log, or
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm215 distinct codes, as with language tag ja for Japanese, and
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1840 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1856 \def\worddistinct{distinct}
1860 % Default is `distinct.'
1861 \kbdinputstyle distinct
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex2527 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
2543 \def\worddistinct{distinct}
2547 % Default is `distinct.'
2548 \kbdinputstyle distinct

Completed in 144 milliseconds