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

  /src/games/larn/
config.c 47 char psname[PSNAMESIZE] = "larn"; /* the process name */ variable
main.c 251 if (strcmp(psname, argv[0])) { /* if a different process name only */
252 if ((i = access(psname, 1)) < 0) { /* link not there */
253 if (link(argv[0], psname) >= 0) {
254 argv[0] = psname;
255 execv(psname, argv);
258 unlink(psname);
tok.c 223 strlcpy(psname, i, PSNAMESIZE);
header.h 338 playerids[], optsfile[1024], psname[], savefilename[],

Completed in 19 milliseconds