Searched refs:ucl_parser_register_variable (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/libucl/tests/
H A Dtest_basic.c120 ucl_parser_register_variable (parser, "ABI", "unknown");
/freebsd-11-stable/contrib/libucl/include/
H A Ducl++.h444 ucl_parser_register_variable (parser, item.first.c_str (), item.second.c_str ());
501 ucl_parser_register_variable (parser, item.first.c_str (), item.second.c_str ());
H A Ducl.h965 UCL_EXTERN void ucl_parser_register_variable (struct ucl_parser *parser, const char *var,
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c1784 ucl_parser_register_variable (parser, "FILENAME", realbuf);
1786 ucl_parser_register_variable (parser, "CURDIR", curdir);
1791 ucl_parser_register_variable (parser, "FILENAME", "undef");
1792 ucl_parser_register_variable (parser, "CURDIR", curdir);
H A Ducl_parser.c2538 ucl_parser_register_variable (struct ucl_parser *parser, const char *var, function

Completed in 174 milliseconds