Searched refs:integer_arg (Results 1 – 1 of 1) sorted by relevance
/coreutils/src/ |
D | stty.c | 445 static unsigned long int integer_arg (char const *s, unsigned long int max); 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() 1700 value = integer_arg (arg, TYPE_MAXIMUM (cc_t)); in set_control_char() 1713 value = integer_arg (arg, TYPE_MAXIMUM (cc_t)); in set_control_char() 2363 integer_arg (char const *s, unsigned long int maxval) in integer_arg() function
|