Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dl-dgngrd.cc62 description_type_by_name(lua_tostring(ls, 2)); in dgn_feature_desc()
75 description_type_by_name(lua_tostring(ls, 3)); in dgn_feature_desc_at()
H A Dlibutil.h111 description_level_type description_type_by_name(const char *desc);
H A Dlibutil.cc67 description_level_type description_type_by_name(const char *desc) in description_type_by_name() function
H A Dl-mons.cc151 description_type_by_name(luaL_checkstring(ls, 1)) \ in MDEFN()
H A Dl-crawl.cc1008 ndesc = description_type_by_name(lua_tostring(ls, 2)); in _crawl_grammar()
H A Dl-item.cc411 ndesc = description_type_by_name(lua_tostring(ls, 1)); in _item_name()