Lines Matching full:tuple
943 a "list" consisting of identical fields; a "tuple" consisting of
944 non-identical fields; or a "table", which is a tuple consisting of a
976 4.2.3 Table, Tuple and List Functions
983 To recap: A "tuple" is a sequence of "fields", each field containing
1008 Here is the description of table-, tuple- and list-related `ui_out'
1052 `ui_out_table_end'. You build a tuple by calling `ui_out_tuple_begin'
1058 This function marks the beginning of a tuple output. ID points to
1059 an optional string that identifies the tuple; it is copied by the
1064 This function signals an end of a tuple output. There should be
1071 This function first opens the tuple and then establishes a cleanup
1072 (*note Cleanups: Coding.) to close the tuple. It provides a
7701 * tuple output functions: User Interface. (line 131)