Lines Matching refs:editor
78 char *editor = NULL;
102 editor = alloc(len + 4, ATEMP);
103 memcpy(editor, p, len);
104 memcpy(editor + len, " $_", 4);
154 if (editor || lflag || nflag || rflag) {
181 if (editor && (lflag || nflag)) {
247 /* Run editor on selected lines, then run resulting commands */
272 ret = command(editor ? editor : "${FCEDIT:-/bin/ed} $_", 0);