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

/illumos-gate/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);
1060 return _glh_cant_save_history(glh, "Error writing", filename, fp);
1068 return _glh_cant_save_history(glh, "Error writing", filename, fp);
1076 return _glh_cant_save_history(glh, "Error writing", filename, NULL);
1097 static int _glh_cant_save_history(GlHistory *glh, const char *message, function

Completed in 50 milliseconds