Searched defs:_glh_cant_load_history (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c201 static int _glh_cant_load_history(GlHistory *glh, const char *filename,
1204 return _glh_cant_load_history(glh, filename, lineno,
1216 return _glh_cant_load_history(glh, filename, lineno,
1229 return _glh_cant_load_history(glh, filename, lineno,
1241 return _glh_cant_load_history(glh, filename, lineno,
1249 return _glh_cant_load_history(glh, filename, lineno, "Read error", fp);
1254 return _glh_cant_load_history(glh, filename, lineno,
1277 static int _glh_cant_load_history(GlHistory *glh, const char *filename, function

Completed in 50 milliseconds