Symbol: CVS_DIR
usr.bin/cvs/add.c
142
if (cf->file_type == CVS_DIR) {
usr.bin/cvs/add.c
175
if (cf->file_type == CVS_DIR)
usr.bin/cvs/add.c
190
if (cf->file_type == CVS_DIR) {
usr.bin/cvs/admin.c
223
if (cf->file_type == CVS_DIR) {
usr.bin/cvs/checkout.c
361
case CVS_DIR:
usr.bin/cvs/checkout.c
406
return CVS_DIR;
usr.bin/cvs/client.c
466
if (cf->file_type == CVS_DIR)
usr.bin/cvs/commit.c
315
if (cf->file_type == CVS_DIR) {
usr.bin/cvs/diff.c
316
if (cf->file_type == CVS_DIR) {
usr.bin/cvs/file.c
298
type = CVS_DIR;
usr.bin/cvs/file.c
336
type = CVS_DIR;
usr.bin/cvs/file.c
357
if (cf->file_type == CVS_DIR) {
usr.bin/cvs/file.c
517
type = CVS_DIR;
usr.bin/cvs/file.c
529
type = CVS_DIR;
usr.bin/cvs/file.c
550
case CVS_DIR:
usr.bin/cvs/file.c
552
cvs_file_get(fpath, 0, &dl, CVS_DIR);
usr.bin/cvs/file.c
588
cvs_file_get(fpath, 0, &dl, CVS_DIR);
usr.bin/cvs/file.c
688
cf->file_type == CVS_DIR && tag != NULL) {
usr.bin/cvs/file.c
702
cf->file_type != CVS_DIR) {
usr.bin/cvs/file.c
709
cf->file_type != CVS_DIR)
usr.bin/cvs/file.c
719
if (cf->file_type == CVS_DIR) {
usr.bin/cvs/getlog.c
213
if (cf->file_type == CVS_DIR) {
usr.bin/cvs/import.c
238
if (cf->file_type == CVS_DIR) {
usr.bin/cvs/release.c
118
if (cf->file_type == CVS_DIR) {
usr.bin/cvs/remote.c
270
cf->file_type = CVS_DIR;
usr.bin/cvs/remove.c
127
if (cf->file_type != CVS_DIR) {
usr.bin/cvs/remove.c
146
if (cf->file_type == CVS_DIR) {
usr.bin/cvs/repository.c
139
type = CVS_DIR;
usr.bin/cvs/repository.c
150
type = CVS_DIR;
usr.bin/cvs/repository.c
160
if (!(flags & REPOSITORY_DODIRS) && type == CVS_DIR) {
usr.bin/cvs/repository.c
166
case CVS_DIR:
usr.bin/cvs/repository.c
171
cvs_file_get(fpath, 0, dl, CVS_DIR);
usr.bin/cvs/status.c
134
if (cf->file_type == CVS_DIR) {
usr.bin/cvs/tag.c
248
if (cf->file_type == CVS_DIR || cf->file_status == FILE_UNKNOWN)
usr.bin/cvs/tag.c
332
if (cf->file_type == CVS_DIR) {
usr.bin/cvs/update.c
324
if (cf->file_type == CVS_DIR) {
usr.bin/cvs/util.c
395
type = CVS_DIR;
usr.bin/cvs/util.c
407
type = CVS_DIR;
usr.bin/cvs/util.c
418
case CVS_DIR: