Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtecla/common/
H A Dhistory.c203 static int _glh_cant_save_history(GlHistory *glh, const char *message,
1036 return _glh_cant_save_history(glh, "Can't open", filename, NULL); in _glh_save_history()
1060 return _glh_cant_save_history(glh, "Error writing", filename, fp); in _glh_save_history()
1068 return _glh_cant_save_history(glh, "Error writing", filename, fp); in _glh_save_history()
1076 return _glh_cant_save_history(glh, "Error writing", filename, NULL); in _glh_save_history()
1097 static int _glh_cant_save_history(GlHistory *glh, const char *message, in _glh_cant_save_history() function