Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/libofw/
Dofw_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()
115 if (saved_char != -1) in ofw_cons_poll()
119 saved_char = ch; in ofw_cons_poll()
/freebsd-12-stable/contrib/gdb/gdb/
Djv-exp.y703 char saved_char = p[len]; local
723 p[len] = saved_char; /* restore the input stream */
Dp-exp.y798 char saved_char = p[len]; local
818 p[len] = saved_char; /* restore the input stream */
Dc-exp.y1078 char saved_char = p[len]; local
1098 p[len] = saved_char; /* restore the input stream */
Djv-exp.c2074 char saved_char = p[len]; local
2094 p[len] = saved_char; /* restore the input stream */
Dp-exp.c2120 char saved_char = p[len]; local
2140 p[len] = saved_char; /* restore the input stream */
Dc-exp.c2708 char saved_char = p[len]; local
2728 p[len] = saved_char; /* restore the input stream */
/freebsd-12-stable/contrib/binutils/gas/
Dread.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()
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-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()
20745 char saved_char; in s_arm_cpu() local
20750 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() local
20791 saved_char = *input_line_pointer; in s_arm_arch()
20802 *input_line_pointer = saved_char; in s_arm_arch()
[all …]