Searched refs:last_match (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c1036 int last_match = -1; /* Last line where a match was found. -1 for none. */ local
1060 last_match = -1;
1077 last_match = -1;
1082 if (last_match == -1) find_next = 1;
1086 int i, current = last_match;
1105 last_match = current;

Completed in 77 milliseconds