Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/webserver/games.d/
H A Dbase.yaml16 # "-morgue", "$morgue_path,"
24 # rcfile_path, macro_path, morgue_path, and socket_path, and dir_path use
29 morgue_path: ./rcs/%n
93 morgue_path: ./rcs/%n
113 morgue_path: ./rcs/%n
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/webserver/
H A Dconfig.py82 morgue_path = "./rcs/%n",
H A Dprocess_handler.py522 morgue_path = self.config_path("morgue_path")
523 wherefile = os.path.join(morgue_path, self.username + ".where")
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhiscores.cc342 string morgue_path = catpath(morgue_directory(), in _show_morgue() local
344 FILE* morgue = lk_open("r", morgue_path); in _show_morgue()