Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/src/
Dexpand_path.c119 else if (!strcmp (name, EDITOR3_ENV)) in expand_variable()
Dcvs.h265 #define EDITOR3_ENV "EDITOR" /* which editor to use */ macro
Dmain.c545 else if ((cp = getenv (EDITOR3_ENV)) != NULL) in main()