Home
last modified time | relevance | path

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

/src/contrib/libedit/
H A Dhistory.c202 #define he_strerror(code) he_errlist[code]
209 static const Char *const he_errlist[] = { variable
H A DChangeLog5620 * history.c: Add missing , in he_errlist[] initializer. Yay lint.