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

/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c1037 int find_next = 0; /* if 1 search next, if -1 search prev. */ local
1070 find_next = 1;
1072 find_next = -1;
1082 if (last_match == -1) find_next = 1;
1083 if (find_next) {
1089 current += find_next;
1098 find_next = 0;

Completed in 23 milliseconds