Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dcommit.c391 use_editor = 1; in commit()
393 use_editor = 0; in commit()
421 use_editor = 1; in commit()
423 use_editor = 0; in commit()
524 if (use_editor) in commit()
618 if (err != 0 && use_editor && saved_message != NULL) in commit()
1373 if (!server_active && use_editor) in commit_fileproc()
1685 if (!server_active && use_editor) in commit_direntproc()
Dimport.c135 use_editor = 1; in import()
137 use_editor = 0; in import()
257 if (!server_active && use_editor) in import()
Dcvs.h380 extern int use_editor;
Dmain.c40 int use_editor = 1; variable