Home
last modified time | relevance | path

Searched full:max_input (Results 1 – 10 of 10) sorted by relevance

/freebsd/usr.bin/getconf/
H A Dpathconf.gperf31 MAX_INPUT, _PC_MAX_INPUT keyword
/freebsd/sys/sys/
H A Dsyslimits.h52 #define MAX_INPUT 255 /* max bytes in terminal input */ macro
/freebsd/share/man/man4/
H A Dtermios.4243 .Pf \&{ Dv MAX_INPUT Ns \&} ,
339 .Pf \&{ Dv MAX_INPUT Ns \&} ,
402 .Dv \&{ Dv MAX_INPUT Ns \&} ,
/freebsd/bin/stty/
H A Dstty.1213 .Dv MAX_INPUT
/freebsd/contrib/dialog/
H A Ddialog.c313 { "max-input", svN(max_input), 1, "<n>" },
903 if (dialog_vars.max_input == 0) in call_inputmenu()
904 dialog_vars.max_input = MAX_LEN / 2; in call_inputmenu()
H A Dutil.c2707 if (dialog_vars.max_input != 0 && dialog_vars.max_input < MAX_LEN) in dlg_max_input()
2708 max_len = dialog_vars.max_input; in dlg_max_input()
H A Dformbox.c648 dialog_vars.max_input = current->text_ilen; in dlg_form()
H A Ddialog.h538 int max_input; /* option "--max-input size" */ member
H A Ddialog.3612 .SS .max_input
2864 Limit the parameter according to \fBdialog_vars.max_input\fP
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c1346 *ap->a_retval = MAX_INPUT; in devfs_pathconf()