Home
last modified time | relevance | path

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

/original-bsd/bin/sh/
H A Dhistedit.c43 static FILE *el_in, *el_out; variable
76 if (el_in == NULL) in histedit()
77 el_in = fdopen(0, "r"); in histedit()
80 if (el_in == NULL || el_out == NULL) in histedit()
82 el = el_init(arg0, el_in, el_out); in histedit()