Home
last modified time | relevance | path

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

/dports/games/taisei/taisei-1.3.2/src/
H A Dlog.c308 LogLevel log_parse_levels(LogLevel lvls, const char *lvlmod) { in log_parse_levels() argument
309 if(!lvlmod) { in log_parse_levels()
315 for(const char *c = lvlmod; *c; ++c) { in log_parse_levels()
H A Dlog.h109 LogLevel log_parse_levels(LogLevel lvls, const char *lvlmod) attr_nodiscard;