Home
last modified time | relevance | path

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

/dports/editors/poke/poke-1.0/poke/
H A Dpoke.c96 char *poke_mapsdir; variable
530 poke_mapsdir = getenv ("POKEMAPSDIR"); in initialize()
531 if (poke_mapsdir == NULL) in initialize()
533 poke_mapsdir = pk_str_concat (poke_datadir, "/maps", NULL); in initialize()
534 pk_assert_alloc (poke_mapsdir); in initialize()
H A Dpoke.h42 extern char *poke_mapsdir;