Home
last modified time | relevance | path

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

/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/utility/
H A Dtype_conversions.h38 mpd_tag_type charToTagType(char c);
H A Dtype_conversions.cpp129 mpd_tag_type charToTagType(char c) in charToTagType() function
/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/
H A Dactions.cpp2235 tag_type = charToTagType(rnd_type); in run()
2321 mpd_tag_type new_tagitem = charToTagType(tag_type); in run()