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

NAME

6       cs_register_esc_strfunc  - cs_register_strfunc with escaping context
7

SYNOPSIS

9       #include <cs/cs.h>
10
11
12       NEOERR *cs_register_esc_strfunc(CSPARSE *parse, char *funcname,
13                                       CSSTRFUNC str_func);
14
15
16
17

ARGUMENTS

19       parse - a pointer to a CSPARSE structure initialized with cs_init()
20       funcname - the name for the CS function call
21       Note that registering a duplicate funcname will
22       raise a NERR_DUPLICATE error
23       str_func - a CSSTRFUNC not-callback
24
25

DESCRIPTION

27       cs_register_esc_strfunc functions exactly as cs_register_strfunc except
28       that it changes the evaluation  escaping  context  to  disable  default
29       escaping.
30
31

SEE ALSO

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