Searched defs:Select (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/t/
H A Dtime.t15 $INC{'IO/Select.pm'} = 1;
23 # cannot use(), otherwise it will use IO::Socket and IO::Select
117 package IO::Select;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DSelect.pm2 # Pod/Select.pm -- function to select portions of POD docs
10 package Pod::Select;
20 Pod::Select, podselect() - extract selected sections of POD from input
24 use Pod::Select;
26 ## Select all the POD sections for each file in @filelist
33 ## Select from the given filelist, only those POD sections that are
37 ## Select the "DESCRIPTION" section of the PODs from STDIN and write
43 use Pod::Select;
46 $parser = new Pod::Select();
48 ## Select al
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSelect.pm1 # IO::Select.pm
7 package IO::Select;
240 IO::Select - OO interface to the select system call
244 use IO::Select;
246 $s = IO::Select->new();
253 @ready = IO::Select->new(@handles)->can_read(0);
257 The C<IO::Select> package implements an object approach to the system C<select>
278 Add the list of handles to the C<IO::Select> object. It is these values that
279 will be returned when an event occurs. C<IO::Select> keeps these values in a
331 C<IO::Select> object
[all...]
/osnet-11/usr/src/lib/libsqlite/src/
H A DsqliteInt.h246 typedef struct Select Select; typedef in typeref:struct:Select
506 Select *pSelect; /* NULL for tables. Points to definition if a view. */
698 Select *pSelect; /* When the expression is a sub-select. Also the
779 Select *pSelect; /* A SELECT statement used in place of a table name */
839 ** The zSelect field is used when the Select structure must be persistent.
841 ** string that encodes the select. But if the Select structure must live
853 struct Select { struct
862 Select *pPrior; /* Prior select in a compound select statement */
1030 Select *pSelec
[all...]

Completed in 30 milliseconds