Lines Matching refs:Systems
57 static char *Systems[64] = {0}; /* list of Systems files */ variable
131 return(access(Systems[nsystems], R_OK));
137 return(eaccess(Systems[nsystems], R_OK));
161 Systems[0] = Devices[0] = Dialers[0] = NULL;
176 if (Systems[0] == NULL) {
177 Systems[0] = strsave(SYSTEMS);
178 ASSERT(Systems[0] != NULL, Ct_ALLOCATE, "scansys: Systems", 0);
179 Systems[1] = NULL;
336 setfile(Systems, equals); in nameparse()
468 if (Systems[0] == NULL)
510 for ( ; Systems[nsystems] != NULL; nsystems++) in nextsystems()
511 if ((fsystems = fopen(Systems[nsystems], "r")) != NULL) in nextsystems()
718 return(Systems[nsystems]); in currsys()