Lines Matching refs:lua_pushcfunction

1265 	lua_pushcfunction (L, lua_ucl_parser_gc);  in lua_ucl_parser_mt()
1268 lua_pushcfunction (L, lua_ucl_parser_parse_file); in lua_ucl_parser_mt()
1271 lua_pushcfunction (L, lua_ucl_parser_parse_string); in lua_ucl_parser_mt()
1274 lua_pushcfunction (L, lua_ucl_parser_parse_text); in lua_ucl_parser_mt()
1277 lua_pushcfunction (L, lua_ucl_parser_register_variable); in lua_ucl_parser_mt()
1280 lua_pushcfunction (L, lua_ucl_parser_register_variables); in lua_ucl_parser_mt()
1283 lua_pushcfunction (L, lua_ucl_parser_get_object); in lua_ucl_parser_mt()
1286 lua_pushcfunction (L, lua_ucl_parser_get_object_wrapped); in lua_ucl_parser_mt()
1289 lua_pushcfunction (L, lua_ucl_parser_validate); in lua_ucl_parser_mt()
1303 lua_pushcfunction (L, lua_ucl_object_gc); in lua_ucl_object_mt()
1306 lua_pushcfunction (L, lua_ucl_object_tostring); in lua_ucl_object_mt()
1309 lua_pushcfunction (L, lua_ucl_object_tostring); in lua_ucl_object_mt()
1312 lua_pushcfunction (L, lua_ucl_object_unwrap); in lua_ucl_object_mt()
1315 lua_pushcfunction (L, lua_ucl_object_unwrap); in lua_ucl_object_mt()
1318 lua_pushcfunction (L, lua_ucl_object_validate); in lua_ucl_object_mt()
1332 lua_pushcfunction (L, lua_ucl_object_tostring); in lua_ucl_types_mt()
1335 lua_pushcfunction (L, lua_ucl_object_tostring); in lua_ucl_types_mt()
1345 lua_pushcfunction (L, lua_ucl_object_tostring); in lua_ucl_types_mt()
1348 lua_pushcfunction (L, lua_ucl_object_tostring); in lua_ucl_types_mt()
1358 lua_pushcfunction (L, lua_ucl_object_tostring); in lua_ucl_types_mt()
1361 lua_pushcfunction (L, lua_ucl_object_tostring); in lua_ucl_types_mt()
1519 lua_pushcfunction (L, lua_ucl_null_tostring); in lua_ucl_null_mt()
1543 lua_pushcfunction (L, lua_ucl_parser_init); in luaopen_ucl()
1546 lua_pushcfunction (L, lua_ucl_to_json); in luaopen_ucl()
1549 lua_pushcfunction (L, lua_ucl_to_config); in luaopen_ucl()
1552 lua_pushcfunction (L, lua_ucl_to_format); in luaopen_ucl()