Home
last modified time | relevance | path

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

/NextBSD/contrib/libucl/doc/
HDpandoc.template7 **ucl_parser_new**, **ucl_parser_register_macro**, **ucl_parser_register_variable**, **ucl_parser_a…
HDapi.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,
/NextBSD/contrib/libucl/tests/
HDtest_basic.c80 ucl_parser_register_variable (parser, "ABI", "unknown"); in main()
/NextBSD/contrib/libucl/include/
HDucl.h905 UCL_EXTERN void ucl_parser_register_variable (struct ucl_parser *parser, const char *var,
/NextBSD/contrib/libucl/src/
HDucl_util.c1688 ucl_parser_register_variable (parser, "FILENAME", realbuf);
1690 ucl_parser_register_variable (parser, "CURDIR", curdir);
1695 ucl_parser_register_variable (parser, "FILENAME", "undef");
1696 ucl_parser_register_variable (parser, "CURDIR", curdir);
HDucl_parser.c2294 ucl_parser_register_variable (struct ucl_parser *parser, const char *var, in ucl_parser_register_variable() function