Searched refs:all_groups (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libtecla/common/ |
H A D | history.h | 112 const char *fmt, int all_groups, int max_lines); 129 void _glh_clear_history(GlHistory *glh, int all_groups);
|
H A D | history.c | 1459 const char *fmt, int all_groups, int max_lines) in _glh_show_history() argument 1513 if((all_groups || oldest->group == glh->group) && --max_lines <= 0) in _glh_show_history() 1531 if(all_groups || node->group == glh->group) { in _glh_show_history() 1803 void _glh_clear_history(GlHistory *glh, int all_groups) in _glh_clear_history() argument 1818 if(all_groups) { in _glh_clear_history()
|
H A D | getline.c | 9279 int gl_show_history(GetLine *gl, FILE *fp, const char *fmt, int all_groups, 9301 status = _glh_show_history(gl->glh, _io_write_stdio, fp, fmt, all_groups, 9505 void gl_clear_history(GetLine *gl, int all_groups) 9516 _glh_clear_history(gl->glh, all_groups);
|
/titanic_41/usr/src/lib/libtecla/ |
H A D | libtecla.h | 751 int gl_show_history(GetLine *gl, FILE *fp, const char *fmt, int all_groups, 791 void gl_clear_history(GetLine *gl, int all_groups);
|