Lines Matching refs:lua_pushcfunction

1221 	lua_pushcfunction (L, lua_ucl_parser_gc);  in lua_ucl_parser_mt()
1224 lua_pushcfunction (L, lua_ucl_parser_parse_file); in lua_ucl_parser_mt()
1227 lua_pushcfunction (L, lua_ucl_parser_parse_string); in lua_ucl_parser_mt()
1230 lua_pushcfunction (L, lua_ucl_parser_parse_text); in lua_ucl_parser_mt()
1233 lua_pushcfunction (L, lua_ucl_parser_register_variable); in lua_ucl_parser_mt()
1236 lua_pushcfunction (L, lua_ucl_parser_register_variables); in lua_ucl_parser_mt()
1239 lua_pushcfunction (L, lua_ucl_parser_get_object); in lua_ucl_parser_mt()
1242 lua_pushcfunction (L, lua_ucl_parser_get_object_wrapped); in lua_ucl_parser_mt()
1245 lua_pushcfunction (L, lua_ucl_parser_validate); in lua_ucl_parser_mt()
1259 lua_pushcfunction (L, lua_ucl_object_gc); in lua_ucl_object_mt()
1262 lua_pushcfunction (L, lua_ucl_object_tostring); in lua_ucl_object_mt()
1265 lua_pushcfunction (L, lua_ucl_object_tostring); in lua_ucl_object_mt()
1268 lua_pushcfunction (L, lua_ucl_object_unwrap); in lua_ucl_object_mt()
1271 lua_pushcfunction (L, lua_ucl_object_unwrap); in lua_ucl_object_mt()
1274 lua_pushcfunction (L, lua_ucl_object_validate); in lua_ucl_object_mt()
1288 lua_pushcfunction (L, lua_ucl_object_tostring); in lua_ucl_types_mt()
1291 lua_pushcfunction (L, lua_ucl_object_tostring); in lua_ucl_types_mt()
1301 lua_pushcfunction (L, lua_ucl_object_tostring); in lua_ucl_types_mt()
1304 lua_pushcfunction (L, lua_ucl_object_tostring); in lua_ucl_types_mt()
1314 lua_pushcfunction (L, lua_ucl_object_tostring); in lua_ucl_types_mt()
1317 lua_pushcfunction (L, lua_ucl_object_tostring); in lua_ucl_types_mt()
1474 lua_pushcfunction (L, lua_ucl_null_tostring); in lua_ucl_null_mt()
1498 lua_pushcfunction (L, lua_ucl_parser_init); in luaopen_ucl()
1501 lua_pushcfunction (L, lua_ucl_to_json); in luaopen_ucl()
1504 lua_pushcfunction (L, lua_ucl_to_config); in luaopen_ucl()
1507 lua_pushcfunction (L, lua_ucl_to_format); in luaopen_ucl()