Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhiscores.cc2886 static string::size_type _xlog_next_separator(const string &s, in _xlog_next_separator() function
2891 return _xlog_next_separator(s, p + 2); in _xlog_next_separator()
2901 for (; (end = _xlog_next_separator(s, start)) != string::npos; in _xlog_split_fields()