Home
last modified time | relevance | path

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

/dports/games/keeperrl/keeperrl-alpha23/
H A Dutil.cpp689 string combine(const vector<string>& adj, bool commasOnly) { in combine() argument
692 if (i == adj.size() - 1 && i > 0 && !commasOnly) in combine()
H A Dutil.h1058 string combine(const vector<string>& adj, bool commasOnly = false);