Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtecla/common/
H A Dhistory.c196 int max_lines; /* Either -1 or a ceiling on the number of lines */ member
286 glh->max_lines = -1; in _new_GlHistory()
421 if(!glh->enable || !glh->buffer || glh->max_lines == 0) in _glh_add_history()
453 if(glh->max_lines >= 0) { in _glh_add_history()
458 while(glh->nline > 0 && glh->nline >= glh->max_lines) in _glh_add_history()
464 if(glh->max_lines == 0) in _glh_add_history()
546 if(!glh->enable || !glh->buffer || glh->max_lines == 0) in _glh_find_backwards()
634 if(!glh->enable || !glh->buffer || glh->max_lines == 0) in _glh_find_forwards()
753 if(!glh->enable || !glh->buffer || glh->max_lines == 0) in _glh_search_prefix()
807 if(!glh->enable || !glh->buffer || glh->max_lines == 0) in _glh_oldest_line()
[all …]
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 Dgetline.c1175 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);
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
H A Ddhcpinfo.c54 ssize_t max_lines = -1; in main() local
83 max_lines = strtoul(optarg, NULL, 0); in main()
252 if (max_lines != -1 && --max_lines == 0) { in main()
/titanic_41/usr/src/lib/libtecla/
H A Dlibtecla.h541 int max_lines);
752 int max_lines);
779 void gl_limit_history(GetLine *gl, int max_lines);
888 int max_lines; /* The current upper limit on the number of lines */ member
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dterm.h64 unsigned short max_lines; member
H A Dchar_io.c132 int max_lines = 24; variable
1164 if (count_lines >= max_lines - 2) in grub_putchar()
H A Dshared.h659 extern int max_lines;
H A Dbuiltins.c4923 max_lines = lines; in terminal_func()
4925 max_lines = current_term->max_lines; in terminal_func()
/titanic_41/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.