1cs_parse_file(3)                    cs/cs.h                   cs_parse_file(3)
2
3
4

NAME

6       cs_parse_file  - parse a CS template file
7

SYNOPSIS

9       #include <cs/cs.h>
10
11
12       NEOERR *cs_parse_file (CSPARSE *parse, const char *path);
13
14
15
16

ARGUMENTS

18       parse - a CSPARSE structure created with cs_init
19       path - the path to the file to parse
20
21

DESCRIPTION

23       cs_parse_file  will parse the CS template located at path.  It will use
24       hdf_search_path() if path does not begin with a  '/'.   The  parsed  CS
25       template  will  be  appended  to  the  current parse tree stored in the
26       CSPARSE structure.  The entire file is loaded into memory and parsed in
27       place.
28
29

RETURN VALUE

31       None
32
33

SEE ALSO

35       cs_dump(3),  cs_destroy(3),  cs_render(3),  cs_register_esc_strfunc(3),
36       cs_arg_parsev(3), cs_register_fileload(3), cs_init(3), cs_register_str‐
37       func(3),  cs_arg_parse(3),  cs_parse_string(3), cs_parse_file(3), =(3),
38       cs_register_function
39
40
41
42ClearSilver                      12 July 2007                 cs_parse_file(3)
Impressum