| Function | Description | Links |
|---|---|---|
| add_color() | Add a colour code to a buffer | |
| node_expando_new() | Create a new Expando ExpandoNode | |
| node_expando_parse() | Parse an Expando format string | |
| node_expando_parse_enclosure() | Parse an enclosed Expando | |
| node_expando_private_free() | Free Expando private data | ExpandoNode::ndata_free() |
| node_expando_private_new() | Create new Expando private data | |
| node_expando_render() | Render an Expando Node | ExpandoNode::render(), expando_render |
| node_expando_set_color() | Set the colour for an Expando | |
| node_expando_set_has_tree() | Set the has_tree flag for an Expando | |
| parse_format() | Parse a format string | |
| parse_short_name() | Create an expando by its short name | |
| skip_until_ch() | Search a string for a terminator character |