Searched refs:spacefile (Results 1 – 2 of 2) sorted by relevance
77 static int readspace(char *spacefile, int *error);80 dockspace(char *spacefile) in dockspace() argument99 if (readmap(&error) || readspace(spacefile, &error)) in dockspace()353 readspace(char *spacefile, int *error) in readspace() argument360 if (spacefile == NULL) in readspace()363 if ((fp = fopen(spacefile, "r")) == NULL) { in readspace()364 progerr(gettext("unable to open spacefile %s"), spacefile); in readspace()
96 extern int dockspace __P((char *spacefile));