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

/freebsd-10.1-release/contrib/texinfo/info/
H A Dsession.c3387 static int last_search_direction = 0;
3631 last_search_direction = count > 0 ? 1 : -1;
3638 last_search_direction = count > 0 ? 1 : -1;
3646 last_search_direction = count > 0 ? -1 : 1;
3748 if (!last_search_direction)
3751 info_search_1 (window, last_search_direction * count,
3758 if (!last_search_direction)
3761 info_search_1 (window, -last_search_direction * count,
3377 static int last_search_direction = 0; variable

Completed in 49 milliseconds