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

/system/core/toolbox/
H A Dreadtty.c73 int exit_match = 0; local
125 if(exit_string && current_char == exit_string[exit_match]) {
126 exit_match++;
127 if(exit_string[exit_match] == '\0')
131 exit_match = 0;
162 if(exit_string && current_char == exit_string[exit_match]) {
163 exit_match++;
164 if(exit_string[exit_match] == '\0')
168 exit_match = 0;

Completed in 2 milliseconds