Searched refs:Table (Results 1 - 25 of 29) sorted by relevance

12

/osnet-11/usr/src/cmd/parted/
H A Dtable.h39 typedef void Table; typedef
41 Table* table_new(int ncols);
42 void table_destroy (Table* t);
48 void table_add_row (Table* t, wchar_t** row);
49 void table_add_row_from_strlist (Table* t, StrList* list);
51 wchar_t* table_render(Table* t);
H A Dtable.c56 } Table; typedef in typeref:struct:__anon76
59 Table* table_new(int ncols)
63 Table *t = xmalloc (sizeof(*t));
74 void table_destroy (Table* t)
100 static void table_calc_column_widths (Table* t)
128 void table_add_row (Table* t, wchar_t** row)
148 void table_add_row_from_strlist (Table* t, StrList* list)
169 static void table_render_row (Table* t, int rownum, int ncols, wchar_t** s)
225 static void table_render_rows (Table* t, wchar_t** s)
238 wchar_t* table_render(Table*
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A Dmktables75 ## The main datastructure (a "Table") represents a set of code points that
88 ## Conceptually, these should really be folded into the 'Table' objects
113 ## Associates a property ("Greek", "Lu", "Assigned",...) with a Table.
116 ## New_Prop(In => 'Greek', $Table, Desc => 'Greek Block', Fuzzy => 1);
118 ## Normally, these parameters are set when the Table is created (when the
119 ## Table->New constructor is called), but there are times when it needs to
126 my $Table = shift;
137 if (%Args or ($Type ne 'Is' and $Type ne 'In') or not ref $Table) {
143 $TableInfo{$Type}->{$Name} = $Table;
153 ## Creates a new Table objec
[all...]
/osnet-11/usr/src/lib/libsqlite/src/
H A DsqliteInt.h235 typedef struct Table Table; typedef in typeref:struct:Table
473 ** Table.zName is the name of the table. The case of the original
477 ** Table.nCol is the number of columns in this table. Table.aCol is a
480 ** If the table has an INTEGER PRIMARY KEY, then Table.iPKey is the index of
481 ** the column that is that key. Otherwise Table.iPKey is negative. Note
485 ** is generated for each row of the table. Table.hasPrimKey is true if
488 ** Table.tnum is the page number for the root BTree page of the table in the
489 ** database file. If Table
499 struct Table { struct
[all...]
H A Ddelete.c27 Table *sqliteSrcListLookup(Parse *pParse, SrcList *pSrc){
28 Table *pTab = 0;
44 int sqliteIsReadOnly(Parse *pParse, Table *pTab, int viewOk){
65 Table *pTab; /* The table from which records will be deleted */
92 ** an SrcList* parameter instead of just a Table* parameter.
342 Table *pTab, /* Table containing the row to be deleted */
373 Table *pTab, /* Table containing the row to be deleted */
H A Dbuild.c108 Table *sqliteFindTable(sqlite *db, const char *zName, const char *zDatabase){
109 Table *p = 0;
131 Table *sqliteLocateTable(Parse *pParse, const char *zName, const char *zDbase){
132 Table *p;
177 ** it is not unlinked from the Table that it indexes.
178 ** Unlinking from the Table must be done by the calling function.
243 Table *pTab = sqliteHashData(pElem);
308 ** Table. No changes are made to disk by this routine.
321 void sqliteDeleteTable(sqlite *db, Table *pTable){
347 /* Delete the Table structur
[all...]
H A Dcopy.c39 Table *pTab;
H A Dpragma.c370 Table *pTab;
400 Table *pTab;
424 Table *pTab;
452 Table *pTab;
636 Table *pTab = sqliteHashData(x);
H A Dauth.c113 Table *pTab; /* The table being read */
H A Dtrigger.c56 Table *tab;
218 Table *pTab;
426 Table *pTable;
687 Table *pTab, /* The table to code triggers from */
H A Dselect.c140 static int columnIndex(Table *pTab, const char *zCol){
154 const Table *pTab1, /* First table */
155 const Table *pTab2, /* Second table */
224 Table *pTab;
672 Table *pTab;
726 Table *pTab;
785 ** Given a SELECT statement, generate a Table structure that describes
788 Table *sqliteResultSetOfSelect(Parse *pParse, char *zTabName, Select *pSelect){
789 Table *pTab;
797 pTab = sqliteMalloc( sizeof(Table) );
[all...]
H A Dinsert.c97 Table *pTab; /* The table to insert into */
625 Table *pTab, /* the table into which we are inserting */
868 Table *pTab, /* the table into which we are inserting */
910 int sqliteOpenTableAndIndices(Parse *pParse, Table *pTab, int base){
H A Dwhere.c216 Table *pTab, /* The table to be sorted */
489 Table *pTab = pTabList->a[i].pTab;
670 Table *pTab;
705 Table *pTab;
1222 Table *pTab = pTabList->a[i].pTab;
H A Dexpr.c453 Table *pTab = pItem->pTab;
492 Table *pTab = 0;
H A Dupdate.c37 Table *pTab; /* The table to be updated */
H A Dmain.c145 Table *pTab;
194 Table *pTab;
/osnet-11/usr/src/lib/pyzfs/common/
H A Dholds.py63 t = zfs.table.Table(fields, rjustfields)
H A Dtable.py27 class Table: class in inherits:
H A Duserspace.py242 t = zfs.table.Table(options.fields, rjustfields)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DSubstrHash.t55 print "not " unless $@ =~ /Table is full \(3 elements\)/;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL280 Table of contents and index generation commands are included in the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSwitch.pm536 languages. Indeed, as Table 1 illustrates, Perl
540 Table 1: Matching a switch value ($s) with a case value ($c)
586 In reality, Table 1 covers 31 alternatives, because only the equality and
618 specified in Table 1. If the match is successful, the mandatory
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm53 # PROBLEM: The Default Unicode Collation Element Table
1376 -- see 3.2 Default Unicode Collation Element Table, UTS #10.
1423 -- see 6.6 Case Comparisons; 7.3.1 Tertiary Weight Table, UTS #10.
1744 =item The Default Unicode Collation Element Table (DUCET)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm35 require APR::Table;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm405 =head2 Functions for Examining the Symbol Table

Completed in 61 milliseconds

12