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

/system/core/toolbox/
H A Dreadtty.c71 char current_char = 0; local
122 if(current_char) {
123 write(STDERR_FILENO, &current_char, 1);
124 write(STDOUT_FILENO, &current_char, 1);
125 if(exit_string && current_char == exit_string[exit_match]) {
132 current_char = 0;
152 if(current_char) {
153 current_char = prev_char(last_char_in, current_char);
154 write(STDERR_FILENO, &current_char,
[all...]

Completed in 2 milliseconds