Searched refs:saved_char (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/sys/boot/ofw/libofw/
H A Dofw_console.c86 static int saved_char = -1; variable
94 if (saved_char != -1) {
95 l = saved_char;
96 saved_char = -1;
111 if (saved_char != -1)
115 saved_char = ch;
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dc-exp.y1079 char saved_char = p[len];
1099 p[len] = saved_char; /* restore the input stream */
H A Djv-exp.y704 char saved_char = p[len];
724 p[len] = saved_char; /* restore the input stream */
H A Dp-exp.y799 char saved_char = p[len];
819 p[len] = saved_char; /* restore the input stream */
H A Djv-exp.c2078 char saved_char = p[len];
2098 p[len] = saved_char; /* restore the input stream */
2074 char saved_char = p[len]; local
H A Dc-exp.c2712 char saved_char = p[len];
2732 p[len] = saved_char; /* restore the input stream */
2708 char saved_char = p[len]; local
H A Dp-exp.c2124 char saved_char = p[len];
2144 p[len] = saved_char; /* restore the input stream */
2120 char saved_char = p[len]; local
/freebsd-10.2-release/contrib/binutils/gas/config/
H A Dtc-arm.c2252 char saved_char;
2261 saved_char = *input_line_pointer;
2285 *input_line_pointer = saved_char;
20701 char saved_char;
20706 saved_char = *input_line_pointer;
20725 *input_line_pointer = saved_char;
20730 *input_line_pointer = saved_char;
20741 char saved_char;
20747 saved_char = *input_line_pointer;
20758 *input_line_pointer = saved_char;
2250 char saved_char; local
20687 char saved_char; local
20727 char saved_char; local
20760 char saved_char; local
20789 char saved_char; local
20820 char saved_char; local
[all...]

Completed in 161 milliseconds