HomeSort by relevance Sort by last modified time
    Searched defs:current_char (Results 1 - 2 of 2) sorted by null

  /system/core/toolbox/
readtty.c 71 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, 1)
    [all...]
  /external/chromium/net/base/
escape.cc 138 char current_char = static_cast<char>(escaped_text[i]); local
139 if (current_char == '%' && i + 2 < max) {

Completed in 68 milliseconds