Home
last modified time | relevance | path

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

/netbsd/src/bin/sh/
Dhistedit.c81 static FILE *el_in, *el_out; variable
139 if (el_out == NULL) in histedit()
140 el_out = fdopen(2, "w"); in histedit()
141 if (el_in == NULL || el_out == NULL) in histedit()
143 el_err = el_out; in histedit()
170 el = el_init("sh", el_in, el_out, el_err); in histedit()