Searched refs:all_groups (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.h112 const char *fmt, int all_groups, int max_lines);
129 void _glh_clear_history(GlHistory *glh, int all_groups);
H A Dhistory.c1448 * all_groups int If true, display history lines from all
1459 const char *fmt, int all_groups, int max_lines)
1513 if((all_groups || oldest->group == glh->group) && --max_lines <= 0)
1531 if(all_groups || node->group == glh->group) {
1799 * all_groups int If true, clear all of the history. If false,
1803 void _glh_clear_history(GlHistory *glh, int all_groups) argument
1818 if(all_groups) {
1458 _glh_show_history(GlHistory *glh, GlWriteFn *write_fn, void *data, const char *fmt, int all_groups, int max_lines) argument
H A Dgetline.c9269 * all_groups int If true, display history lines from all
9279 int gl_show_history(GetLine *gl, FILE *fp, const char *fmt, int all_groups, argument
9301 status = _glh_show_history(gl->glh, _io_write_stdio, fp, fmt, all_groups,
9501 * all_groups int If true, clear all of the history. If false,
9505 void gl_clear_history(GetLine *gl, int all_groups) argument
9516 _glh_clear_history(gl->glh, all_groups);
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h741 * all_groups int If true, display history lines from all
751 int gl_show_history(GetLine *gl, FILE *fp, const char *fmt, int all_groups,
787 * all_groups int If true, clear all of the history. If false,
791 void gl_clear_history(GetLine *gl, int all_groups);

Completed in 85 milliseconds