Searched refs:has_sccs (Results 1 – 4 of 4) sorted by relevance
376 file->stat.has_sccs = NO_SCCS; in read_dir()389 plain_file->stat.has_sccs = HAS_SCCS; in read_dir()501 file->stat.has_sccs = NO_SCCS; in read_dir()513 plain_file->stat.has_sccs = HAS_SCCS; in read_dir()
2181 if (makefile_name->stat.has_sccs == NO_SCCS) { in read_files_and_state()2188 save_m_has_sccs = makefile_name->stat.has_sccs; in read_files_and_state()2189 makefile_name->stat.has_sccs = NO_SCCS; in read_files_and_state()2199 if (Makefile->stat.has_sccs == NO_SCCS) { in read_files_and_state()2206 save_M_has_sccs = Makefile->stat.has_sccs; in read_files_and_state()2207 Makefile->stat.has_sccs = NO_SCCS; in read_files_and_state()2217 makefile_name->stat.has_sccs = save_m_has_sccs; in read_files_and_state()2226 Makefile->stat.has_sccs = save_M_has_sccs; in read_files_and_state()
2719 if (target->stat.has_sccs == DONT_KNOW_SCCS) { in sccs_get()2722 switch (target->stat.has_sccs) { in sccs_get()2725 target->stat.has_sccs = NO_SCCS; in sccs_get()
436 enum sccs_stat has_sccs:2; member