Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c284 glh->max_lines = -1; in _new_GlHistory()
451 if(glh->max_lines >= 0) { in _glh_add_history()
462 if(glh->max_lines == 0) in _glh_add_history()
1008 int max_lines) in _glh_save_history() argument
1040 if(max_lines >= 0) { in _glh_save_history()
1505 if(max_lines < 0) { in _glh_show_history()
1761 if(max_lines >= 0 && max_lines != glh->max_lines) { in _glh_limit_history()
1787 glh->max_lines = max_lines; in _glh_limit_history()
2072 int *max_lines) in _glh_state_of_history() argument
2079 if(max_lines) in _glh_state_of_history()
[all …]
H A Dhistory.h90 const char *comment, int max_lines);
110 const char *fmt, int all_groups, int max_lines);
121 void _glh_limit_history(GlHistory *glh, int max_lines);
145 int *max_lines);
H A Dgetline.c1174 const char *comment, int max_lines);
8538 int max_lines) in gl_save_history() argument
8559 status = _gl_save_history(gl, filename, comment, max_lines); in gl_save_history()
8573 const char *comment, int max_lines) in _gl_save_history() argument
8598 if(_glh_save_history(gl->glh, expansion->files[0], comment, max_lines)) { in _gl_save_history()
9280 int max_lines)
9302 max_lines) || fflush(fp)==EOF;
9476 void gl_limit_history(GetLine *gl, int max_lines)
9487 _glh_limit_history(gl->glh, max_lines);
9628 &state->max_lines);
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
H A Ddhcpinfo.c52 ssize_t max_lines = -1; in main() local
81 max_lines = strtoul(optarg, NULL, 0); in main()
250 if (max_lines != -1 && --max_lines == 0) { in main()
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h539 int max_lines);
750 int max_lines);
777 void gl_limit_history(GetLine *gl, int max_lines);
886 int max_lines; /* The current upper limit on the number of lines */ member
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dterm.h64 unsigned short max_lines; member
H A Dchar_io.c133 int max_lines = 24; variable
1205 if (count_lines >= max_lines - 2) in grub_putchar()
H A Dshared.h660 extern int max_lines;
H A Dbuiltins.c4982 max_lines = lines; in terminal_func()
4984 max_lines = current_term->max_lines; in terminal_func()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog1753 * stage2/char_io.c (max_lines) [!STAGE1_5]: New variable.
1764 * stage2/shared.h (max_lines) [!STAGE1_5]: Declared.