Searched defs:saved_char (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/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;
/illumos-gate/usr/src/cmd/bart/
H A Drules.c67 char *pattern, *ptr, *fname_ptr, saved_char; local
264 saved_char = *(++ptr);
291 *ptr = saved_char;

Completed in 64 milliseconds