Searched refs:shiplib (Results 1 – 6 of 6) sorted by relevance
/dports/games/editss/editss-2.2/ |
H A D | read.me | 45 shiplib [your lib] 46 Replace [your lib] with the file that should be the default shiplib file. 49 - The names of ships in the shiplib file can only be specified using the
|
H A D | editss.c | 104 char shiplib[MAXLINELEN]; /* names of stuff */ variable 162 strcpy(shiplib,s); in getshiplib() 163 killcr(shiplib); in getshiplib() 164 killsp(shiplib); in getshiplib() 461 {"%s","shiplib",&shiplib,".xpilotrc"}, in loaddefs() 497 strcat(b,shiplib); in getdir()
|
H A D | editssrc | 22 shiplib .xpilot-shipshapes
|
H A D | vars.h | 47 extern char shiplib[MAXLINELEN]; /* names of stuff */
|
H A D | actions.c | 78 if (w==b_shipaut) ts=shipaut; else ts=shiplib; in a_key() 106 p = strrchr(shiplib,'/'); in a_psout() 108 if ((p==NULL)||(*p=='\0')) p = shiplib; in a_psout() 207 if (w==b_write) strcat(b,shiplib); else strcat(b,".xpilotrc"); in a_dump() 215 printf("*%s:%s\n",shiplib,slp->s->name); in a_dump()
|
H A D | xstuff.c | 321 strcpy(shiplib,argv[3]); in x_init() 666 XtNstring,shiplib, in x_init() 712 …get("src", asciiSrcObjectClass, b_shipname, XtNpieceSize, 25, XtNstring, shiplib, XtNuseStringInPl… in x_init() 713 …t("sink", asciiSinkObjectClass, b_shipname, XtNpieceSize, 25, XtNstring, shiplib, XtNuseStringInPl… in x_init()
|