OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exit_match
(Results
1 - 2
of
2
) sorted by null
/system/core/toolbox/
readtty.c
73
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;
/external/bison/build-aux/
useless-if-before-free
96
sub
EXIT_MATCH
{0}
168
and $err =
EXIT_MATCH
;
Completed in 78 milliseconds