Searched refs:editor (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Dhistedit.c66 #define DEFEDITOR "ed" /* default editor *should* be $EDITOR */
222 const char *editor = NULL; local
236 (void) &editor;
261 editor = optionarg;
288 if (lflg == 0 || editor || sflg) {
310 * Set editor.
313 if (editor == NULL &&
314 (editor = bltinlookup("FCEDIT", 1)) == NULL &&
315 (editor = bltinlookup("EDITOR", 1)) == NULL)
316 editor
[all...]

Completed in 42 milliseconds