HomeSort by: relevance | last modified time | path
    Searched refs:warplib (Results 1 - 3 of 3) sorted by relevancy

  /src/games/warp/
warp.c 299 if (chdir(warplib) < 0)
300 fprintf(stderr,NOCD,warplib);
intrp.c 79 warplib = savestr(filexp(WARPLIB));
407 s = warplib;
warp.h 37 /* WARPLIB must be readable and writeable by warp, but not by anyone who you
40 * that uid. WARPLIB must then NOT be made writeable by the world,
58 #ifndef WARPLIB /* ~ and %l only ("~%l" is permissible) */
60 # define WARPLIB PRIVLIB
62 # define WARPLIB "/usr/games/warp"
66 EXT char *warplib; variable in typeref:typename:EXT char *

Completed in 14 milliseconds