Lines Matching refs:lua_pushcfunction
971 lua_pushcfunction (L, lua_ucl_parser_gc); in lua_ucl_parser_mt()
974 lua_pushcfunction (L, lua_ucl_parser_parse_file); in lua_ucl_parser_mt()
977 lua_pushcfunction (L, lua_ucl_parser_parse_string); in lua_ucl_parser_mt()
980 lua_pushcfunction (L, lua_ucl_parser_get_object); in lua_ucl_parser_mt()
983 lua_pushcfunction (L, lua_ucl_parser_get_object_wrapped); in lua_ucl_parser_mt()
986 lua_pushcfunction (L, lua_ucl_parser_validate); in lua_ucl_parser_mt()
1000 lua_pushcfunction (L, lua_ucl_object_gc); in lua_ucl_object_mt()
1003 lua_pushcfunction (L, lua_ucl_object_tostring); in lua_ucl_object_mt()
1006 lua_pushcfunction (L, lua_ucl_object_tostring); in lua_ucl_object_mt()
1009 lua_pushcfunction (L, lua_ucl_object_unwrap); in lua_ucl_object_mt()
1012 lua_pushcfunction (L, lua_ucl_object_unwrap); in lua_ucl_object_mt()
1015 lua_pushcfunction (L, lua_ucl_object_validate); in lua_ucl_object_mt()
1159 lua_pushcfunction (L, lua_ucl_null_tostring); in lua_ucl_null_mt()
1182 lua_pushcfunction (L, lua_ucl_parser_init); in luaopen_ucl()
1185 lua_pushcfunction (L, lua_ucl_to_json); in luaopen_ucl()
1188 lua_pushcfunction (L, lua_ucl_to_config); in luaopen_ucl()
1191 lua_pushcfunction (L, lua_ucl_to_format); in luaopen_ucl()