Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
H A Dexpand_path.c119 else if (!strcmp (name, EDITOR3_ENV)) in expand_variable()
H A Dcvs.h264 #define EDITOR3_ENV "EDITOR" /* which editor to use */ macro
H A Dmain.c570 else if ((cp = getenv (EDITOR3_ENV)) != NULL) in main()