editor            112 gtags-cscope/edit.c 	(void) snprintf(msg, sizeof(msg), "%s +%s %s", mybasename(editor), linenum, file);
editor            116 gtags-cscope/edit.c 	if (strcmp(s = mybasename(editor), "more") == 0 || strcmp(s, "page") == 0) {
editor            120 gtags-cscope/edit.c 		(void) execute(editor, editor, plusnum, file, NULL_DEVICE, NULL);
editor            123 gtags-cscope/edit.c 		(void) snprintf(com, sizeof(com), "%s %s \"%s\"", editor, file, plusnum);
editor            127 gtags-cscope/edit.c 		(void) snprintf(com, sizeof(com), "%s %s \"%s\"", editor, plusnum, file);
editor            207 gtags-cscope/global-cscope.h extern	char	*editor, *home, *shell, *lineflag;	/**< environment variables */
editor             93 gtags-cscope/gtags-cscope.c char	*editor, *shell, *lineflag;	/**< environment variables */
editor            317 gtags-cscope/gtags-cscope.c     editor = mygetenv("EDITOR", EDITOR);
editor            318 gtags-cscope/gtags-cscope.c     editor = mygetenv("VIEWER", editor); /* use viewer if set */
editor            319 gtags-cscope/gtags-cscope.c     editor = mygetenv("CSCOPE_EDITOR", editor);	/* has last word */