Searched refs:max_lines (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.h92 const char *comment, int max_lines);
112 const char *fmt, int all_groups, int max_lines);
123 void _glh_limit_history(GlHistory *glh, int max_lines);
147 int *max_lines);
H A Dhistory.c196 int max_lines; /* Either -1 or a ceiling on the number of lines */ member in struct:GlHistory
286 glh->max_lines = -1;
421 if(!glh->enable || !glh->buffer || glh->max_lines == 0)
453 if(glh->max_lines >= 0) {
458 while(glh->nline > 0 && glh->nline >= glh->max_lines)
464 if(glh->max_lines == 0)
546 if(!glh->enable || !glh->buffer || glh->max_lines == 0)
634 if(!glh->enable || !glh->buffer || glh->max_lines == 0)
753 if(!glh->enable || !glh->buffer || glh->max_lines == 0)
807 if(!glh->enable || !glh->buffer || glh->max_lines
1009 _glh_save_history(GlHistory *glh, const char *filename, const char *comment, int max_lines) argument
1458 _glh_show_history(GlHistory *glh, GlWriteFn *write_fn, void *data, const char *fmt, int all_groups, int max_lines) argument
1756 _glh_limit_history(GlHistory *glh, int max_lines) argument
2073 _glh_state_of_history(GlHistory *glh, int *enabled, unsigned *group, int *max_lines) argument
[all...]
H A Dgetline.c1175 const char *comment, int max_lines);
8530 * max_lines int The maximum number of lines to save, or -1
8538 int max_lines)
8559 status = _gl_save_history(gl, filename, comment, max_lines);
8573 const char *comment, int max_lines)
8598 if(_glh_save_history(gl->glh, expansion->files[0], comment, max_lines)) {
9272 * max_lines int If max_lines is < 0, all available lines
9274 * recent max_lines lines will be displayed.
9280 int max_lines)
8537 gl_save_history(GetLine *gl, const char *filename, const char *comment, int max_lines) argument
8572 _gl_save_history(GetLine *gl, const char *filename, const char *comment, int max_lines) argument
9279 gl_show_history(GetLine *gl, FILE *fp, const char *fmt, int all_groups, int max_lines) argument
9476 gl_limit_history(GetLine *gl, int max_lines) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
H A Ddhcpinfo.c54 ssize_t max_lines = -1; local
83 max_lines = strtoul(optarg, NULL, 0);
245 * now display `gran' items per line, printing at most `max_lines'.
252 if (max_lines != -1 && --max_lines == 0) {
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h533 * max_lines int The maximum number of lines to save, or -1
541 int max_lines);
744 * max_lines int If max_lines is < 0, all available lines
746 * recent max_lines lines will be displayed.
752 int max_lines);
775 * max_lines int The maximum number of lines to allow, or -1 to
779 void gl_limit_history(GetLine *gl, int max_lines);
888 int max_lines; /* The current upper limit on the number of lines */ member in struct:__anon4106
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dterm.h64 unsigned short max_lines; member in struct:term_entry
H A Dchar_io.c133 int max_lines = 24; variable
1205 if (count_lines >= max_lines - 2)
H A Dshared.h659 extern int max_lines;
H A Dbuiltins.c5033 max_lines = lines;
5035 max_lines = current_term->max_lines;

Completed in 125 milliseconds