Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dhistedit.c70 static FILE *el_in, *el_out; variable
172 if (el_in == NULL) in histedit()
173 el_in = fdopen(0, "r"); in histedit()
176 if (el_in == NULL || el_out == NULL) in histedit()
183 el = el_init(arg0, el_in, el_out, el_out); in histedit()