Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c199 static int _glh_cant_load_history(GlHistory *glh, const char *filename,
1202 return _glh_cant_load_history(glh, filename, lineno, in _glh_load_history()
1214 return _glh_cant_load_history(glh, filename, lineno, in _glh_load_history()
1227 return _glh_cant_load_history(glh, filename, lineno, in _glh_load_history()
1239 return _glh_cant_load_history(glh, filename, lineno, in _glh_load_history()
1247 return _glh_cant_load_history(glh, filename, lineno, "Read error", fp); in _glh_load_history()
1252 return _glh_cant_load_history(glh, filename, lineno, in _glh_load_history()
1275 static int _glh_cant_load_history(GlHistory *glh, const char *filename, in _glh_cant_load_history() function