editor            492 src/crontab.c  	const char *editor;
editor            605 src/crontab.c  	if (((editor = getenv("VISUAL")) == NULL || *editor == '\0') &&
editor            606 src/crontab.c  		((editor = getenv("EDITOR")) == NULL || *editor == '\0')) {
editor            607 src/crontab.c  		editor = EDITOR;
editor            632 src/crontab.c  		if (!glue_strings(q, sizeof q, editor, Filename, ' ')) {
editor            637 src/crontab.c  		perror(editor);
editor            651 src/crontab.c  					ProgramName, (long) pid, editor, strerror(errno));
editor            655 src/crontab.c  				ProgramName, (long) xpid, (long) pid, editor);
editor            660 src/crontab.c  				ProgramName, editor, WEXITSTATUS(waiter));
editor            666 src/crontab.c  				ProgramName, editor, WTERMSIG(waiter),