Home
last modified time | relevance | path

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

/dports/editors/poke/poke-1.0/poke/
H A Dpoke.c75 char *poke_datadir; variable
519 poke_datadir = getenv ("POKEDATADIR"); in initialize()
520 if (poke_datadir == NULL) in initialize()
521 poke_datadir = PKGDATADIR; in initialize()
526 poke_picklesdir = pk_str_concat (poke_datadir, "/pickles", NULL); in initialize()
533 poke_mapsdir = pk_str_concat (poke_datadir, "/maps", NULL); in initialize()
539 poke_docdir = poke_datadir; in initialize()
H A Dpoke.h39 extern char *poke_datadir;
H A Dpk-cmd-ios.c242 if (asprintf (&filename, "%s/%s", poke_datadir, arg) == -1) in pk_cmd_load_file()