Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dhistedit.c70 static FILE *el_in, *el_out; variable
174 if (el_out == NULL) in histedit()
175 el_out = fdopen(2, "w"); 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()