Home
last modified time | relevance | path

Searched refs:EDITOR1_ENV (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/cvs/src/
Dexpand_path.c115 else if (!strcmp (name, EDITOR1_ENV)) in expand_variable()
Dcvs.h263 #define EDITOR1_ENV "CVSEDITOR" /* which editor to use */ macro
Dmain.c541 if ((cp = getenv (EDITOR1_ENV)) != NULL) in main()