Lines Matching refs:settings
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()
1221 set_window_size (integer_arg (settings[k], INT_MAX), -1, in apply_settings()
1231 set_window_size (-1, integer_arg (settings[k], INT_MAX), in apply_settings()
1249 mode->c_line = value = integer_arg (settings[k], ULONG_MAX); in apply_settings()
1252 quote (settings[k])); in apply_settings()