Searched refs:settings (Results 1 – 7 of 7) sorted by relevance
/coreutils/man/ |
D | stty.x | 2 stty \- change and print terminal line settings
|
/coreutils/src/ |
D | stty.c | 1100 char * const *settings, int n_settings, in apply_settings() argument 1106 if (k == n_settings - 1 || ! settings[k + 1]) \ in apply_settings() 1116 char const *arg = settings[k]; in apply_settings() 1163 set_control_char (&control_info[i], settings[k], mode); in apply_settings() 1175 if (string_to_baud (settings[k]) == (speed_t) -1) in apply_settings() 1177 error (0, 0, _("invalid ispeed %s"), quote (settings[k])); in apply_settings() 1180 set_speed (input_speed, settings[k], mode); in apply_settings() 1189 if (string_to_baud (settings[k]) == (speed_t) -1) in apply_settings() 1191 error (0, 0, _("invalid ospeed %s"), quote (settings[k])); in apply_settings() 1194 set_speed (output_speed, settings[k], mode); in apply_settings() [all …]
|
/coreutils/m4/ |
D | prereq.m4 | 30 # gnulib settings.
|
/coreutils/ |
D | init.cfg | 383 # reversible settings from stty.c. stty_reversible_ also starts and ends 394 || framework_failure_ "too few reversible settings"
|
D | HACKING | 552 Git also has some settings to enable suitable internal whitespace checks.
|
D | NEWS | 973 stty no longer crashes when processing settings with -F also specified. 1399 for transmission of pending output before application of settings. 1485 settings processing limits, and making them optional with floating point. 4310 if your locale settings appear to be messed up. This change 5391 pre-chown(2) settings, but that behavior is problematic. 5415 - date's %r format directive now honors locale settings
|
/coreutils/doc/ |
D | coreutils.texi | 119 * stty: (coreutils)stty invocation. Print/change terminal settings. 408 * Control:: Control settings 409 * Input:: Input settings 410 * Output:: Output settings 411 * Local:: Local settings 412 * Combination:: Combination settings 414 * Special:: Special settings 7622 settings in effect.@footnote{If you use a non-POSIX 8300 because the default settings require that @command{ls} @code{stat} every 8466 from the terminal settings if possible; otherwise the environment [all …]
|