Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dexpand_path.c117 else if (!strcmp (name, EDITOR1_ENV)) in expand_variable()
H A Dcvs.h270 #define EDITOR1_ENV "CVSEDITOR" /* which editor to use */ macro
H A Dmain.c607 if ((cp = getenv (EDITOR1_ENV)) != NULL) in main()