Home
last modified time | relevance | path

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

/openbsd/lib/libedit/
H A Dread.h39 protected int read_init(EditLine *);
H A Dread.c78 read_init(EditLine *el) in read_init() function
H A Del.c102 if (read_init(el) == -1) { in el_init()
/openbsd/regress/lib/libedit/read/
H A Dtest_getcmd.c60 if (read_init(&el) != 0) in main()