Lines Matching defs:subsystem
64 static int subsystemlen; /* OGS subsystem name display */
146 char *subsystem; /* OGS subsystem name */
247 /* if OGS, display the subsystem and book names */
249 ogsnames(file, &subsystem, &book);
251 subsystemlen, subsystem);
486 char *subsystem; /* OGS subsystem name */
515 ogsnames(file, &subsystem, &book);
516 if ((i = strlen(subsystem)) > subsystemlen) {
628 /* get the OGS subsystem and book names */
631 ogsnames(char *file, char **subsystem, char **book)
636 *subsystem = *book = "";
645 *subsystem = s;