HomeSort by: relevance | last modified time | path
    Searched defs:filexp (Results 1 - 2 of 2) sorted by relevancy

  /src/games/warp/
intrp.c 79 warplib = savestr(filexp(WARPLIB));
92 filexp(const char *s) function in typeref:typename:char *
556 if ((tmpfp=fopen(filexp(FULLNAMEFILE),"r")) != NULL) {
572 if ((tmpfp = fopen(filexp(FULLNAMEFILE),"w")) == NULL)
intrp.c 79 warplib = savestr(filexp(WARPLIB));
92 filexp(const char *s) function in typeref:typename:char *
556 if ((tmpfp=fopen(filexp(FULLNAMEFILE),"r")) != NULL) {
572 if ((tmpfp = fopen(filexp(FULLNAMEFILE),"w")) == NULL)

Completed in 23 milliseconds