Searched refs:saved_char (Results 1 – 9 of 9) sorted by relevance
86 static int saved_char = -1; variable94 if (saved_char != -1) { in ofw_cons_getchar()95 l = saved_char; in ofw_cons_getchar()96 saved_char = -1; in ofw_cons_getchar()115 if (saved_char != -1) in ofw_cons_poll()119 saved_char = ch; in ofw_cons_poll()
703 char saved_char = p[len]; local723 p[len] = saved_char; /* restore the input stream */
798 char saved_char = p[len]; local818 p[len] = saved_char; /* restore the input stream */
1078 char saved_char = p[len]; local1098 p[len] = saved_char; /* restore the input stream */
2074 char saved_char = p[len]; local2094 p[len] = saved_char; /* restore the input stream */
2120 char saved_char = p[len]; local2140 p[len] = saved_char; /* restore the input stream */
2708 char saved_char = p[len]; local2728 p[len] = saved_char; /* restore the input stream */
2067 char saved_char; in s_vendor_attribute() local2107 saved_char = *input_line_pointer; in s_vendor_attribute()2113 saved_char = 0; in s_vendor_attribute()2133 *input_line_pointer = saved_char; in s_vendor_attribute()
2250 char saved_char; in s_unreq() local2259 saved_char = *input_line_pointer; in s_unreq()2283 *input_line_pointer = saved_char; in s_unreq()20745 char saved_char; in s_arm_cpu() local20750 saved_char = *input_line_pointer; in s_arm_cpu()20769 *input_line_pointer = saved_char; in s_arm_cpu()20774 *input_line_pointer = saved_char; in s_arm_cpu()20785 char saved_char; in s_arm_arch() local20791 saved_char = *input_line_pointer; in s_arm_arch()20802 *input_line_pointer = saved_char; in s_arm_arch()[all …]