Home
last modified time | relevance | path

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

/dports/games/powwow/powwow-1.2.17/
H A Dmain.c155 static char powwow_dir[BUFSIZE]; /* default path to definition files */ variable
268 strcpy(powwow_dir, p); in __P2()
269 if (powwow_dir[strlen(powwow_dir) - 1] != '/') in __P2()
270 strcat(powwow_dir, "/"); in __P2()
272 powwow_dir[0] = '\0'; in __P2()
276 else if (powwow_dir[0]) in __P2()
277 strcpy(helpfile, powwow_dir); in __P2()
287 if (powwow_dir[0]) in __P2()
288 strcpy(copyfile, powwow_dir); in __P2()
2013 if (!strchr(arg, '/') && *powwow_dir) { in __P1()
[all …]