Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/cvs/src/
Dexpand_path.c266 else if (strcmp (name, EDITOR2_ENV) == 0)
Dmain.c467 else if ((cp = getenv (EDITOR2_ENV)) != NULL)
Dcvs.h280 #define EDITOR2_ENV "VISUAL" /* which editor to use */ macro