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()111 if (saved_char != -1) in ofw_cons_poll()115 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()20687 char saved_char; in s_arm_cpu() local20692 saved_char = *input_line_pointer; in s_arm_cpu()20711 *input_line_pointer = saved_char; in s_arm_cpu()20716 *input_line_pointer = saved_char; in s_arm_cpu()20727 char saved_char; in s_arm_arch() local20733 saved_char = *input_line_pointer; in s_arm_arch()20744 *input_line_pointer = saved_char; in s_arm_arch()[all …]