Home
last modified time | relevance | path

Searched refs:saved_char (Results 1 – 9 of 9) sorted by relevance

/trueos/sys/boot/ofw/libofw/
HDofw_console.c86 static int saved_char = -1; variable
94 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()
/trueos/contrib/gdb/gdb/
HDjv-exp.y703 char saved_char = p[len]; local
723 p[len] = saved_char; /* restore the input stream */
HDp-exp.y798 char saved_char = p[len]; local
818 p[len] = saved_char; /* restore the input stream */
HDc-exp.y1078 char saved_char = p[len]; local
1098 p[len] = saved_char; /* restore the input stream */
HDjv-exp.c2074 char saved_char = p[len]; local
2094 p[len] = saved_char; /* restore the input stream */
HDp-exp.c2120 char saved_char = p[len]; local
2140 p[len] = saved_char; /* restore the input stream */
HDc-exp.c2708 char saved_char = p[len]; local
2728 p[len] = saved_char; /* restore the input stream */
/trueos/contrib/binutils/gas/
HDread.c2067 char saved_char; in s_vendor_attribute() local
2107 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()
/trueos/contrib/binutils/gas/config/
HDtc-arm.c2250 char saved_char; in s_unreq() local
2259 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() local
20692 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() local
20733 saved_char = *input_line_pointer; in s_arm_arch()
20744 *input_line_pointer = saved_char; in s_arm_arch()
[all …]