1cs_dump(3) cs/cs.h cs_dump(3)
2
3
4
6 cs_dump - dump the cs parse tree
7
9 #include <cs/cs.h>
10
11
12 NEOERR *cs_dump (CSPARSE *parse, void *ctx, CSOUTFUNC cb);
13
14
15
16
18 parse - the CSPARSE structure created with cs_init
19 ctx - user data to be passed to the CSOUTFUNC
20 cb - a CSOUTFUNC callback
21
22
24 cs_dump will dump the CS parse tree in the parse struct. This can be
25 useful for debugging your templates. This function also uses the
26 CSOUTFUNC callback to display the parse tree.
27
28
30 None
31
32
34 cs_dump(3), cs_destroy(3), cs_render(3), cs_register_esc_strfunc(3),
35 cs_arg_parsev(3), cs_register_fileload(3), cs_init(3), cs_register_str‐
36 func(3), cs_arg_parse(3), cs_parse_string(3), cs_parse_file(3), =[22m(3),
37 cs_register_function
38
39
40
41ClearSilver 12 July 2007 cs_dump(3)