Items/RB_Item_Line [ Structures ]

FUNCTION

Holds the attributes and the content of an item line

ATTRIBUTES

SOURCE

struct RB_Item_Line
{
    char               *line;
    enum ItemLineKind   kind;
    long                format;
    T_RB_DocType        pipe_mode;
    int                 line_number;
};