other_files        62 htags/fileindex.c 		} while (buff && gp->type == GPATH_OTHER && !other_files);
other_files       664 htags/fileindex.c 	gp = gfind_open(dbpath, NULL, other_files ? GPATH_BOTH : GPATH_SOURCE);
other_files       123 htags/htags.c  int other_files;			/* 1: list other files		*/
other_files       664 htags/htags.c  	if (other_files) {
other_files       668 htags/htags.c  	if (other_files && !target) {
other_files       821 htags/htags.c  	gp = gfind_open(dbpath, NULL, other_files ? GPATH_BOTH : GPATH_SOURCE);
other_files       836 htags/htags.c  	gp = gfind_open(dbpath, NULL, other_files ? GPATH_BOTH : GPATH_SOURCE);
other_files       840 htags/htags.c  		if (gp->type == GPATH_OTHER && !other_files)
other_files      1136 htags/htags.c  		other_files = 1;
other_files      1544 htags/htags.c  			other_files = 1;
other_files      1602 htags/htags.c  		other_files = symbol = enable_xhtml = show_position = table_flist = 1;
other_files      1760 htags/htags.c  	if (other_files) {
other_files        91 htags/htags.h  extern int other_files;