Home
last modified time | relevance | path

Searched refs:ucl_parser_register_variable (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/libucl/doc/
H A Dpandoc.template7 **ucl_parser_new**, **ucl_parser_register_macro**, **ucl_parser_register_variable**, **ucl_parser_a…
H A Dapi.md17 - [ucl_parser_register_variable](#ucl_parser_register_variable)
106 ### ucl_parser_register_variable subsection in Parser functions
109 void ucl_parser_register_variable (struct ucl_parser *parser,
/freebsd/contrib/libucl/tests/
H A Dtest_basic.c123 ucl_parser_register_variable (parser, "ABI", "unknown"); in main()
/freebsd/contrib/libucl/include/
H A Ducl++.h486 ucl_parser_register_variable (parser, item.first.c_str (), item.second.c_str ());
628 ucl_parser_register_variable (parser, item.first.c_str (), item.second.c_str ()); in parse_from_file()
H A Ducl.h1018 UCL_EXTERN void ucl_parser_register_variable (struct ucl_parser *parser, const char *var,
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c748 ucl_parser_register_variable (parser, name, value); in lua_ucl_parser_register_variable()
782 ucl_parser_register_variable (parser, name, value); in lua_ucl_parser_register_variables()
/freebsd/contrib/libucl/src/
H A Ducl_util.c1980 ucl_parser_register_variable (parser, "FILENAME", realbuf);
1982 ucl_parser_register_variable (parser, "CURDIR", curdir);
1987 ucl_parser_register_variable (parser, "FILENAME", "undef");
1988 ucl_parser_register_variable (parser, "CURDIR", curdir);
H A Ducl_parser.c2795 ucl_parser_register_variable (struct ucl_parser *parser, const char *var, in ucl_parser_register_variable() function