Home
last modified time | relevance | path

Searched refs:use_editor (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/cvs-1.12/src/
H A Dcommit.c389 use_editor = 1; in commit()
391 use_editor = 0; in commit()
419 use_editor = 1; in commit()
421 use_editor = 0; in commit()
574 if (use_editor) in commit()
668 if (err != 0 && use_editor && saved_message != NULL) in commit()
1420 if (!server_active && use_editor) in commit_fileproc()
1704 if (!server_active && use_editor) in commit_direntproc()
H A Dimport.c133 use_editor = 1; in import()
135 use_editor = 0; in import()
255 if (!server_active && use_editor) in import()
H A Dcvs.h372 extern int use_editor;
H A Dmain.c37 int use_editor = 1; variable