Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c69 #define PARSER_META "ucl.parser.meta" macro
633 luaL_getmetatable (L, PARSER_META); in lua_ucl_parser_init()
642 return *((struct ucl_parser **) luaL_checkudata(L, index, PARSER_META)); in lua_ucl_parser_get()
1216 luaL_newmetatable (L, PARSER_META); in lua_ucl_parser_mt()