HomeSort by: relevance | last modified time | path
    Searched defs:_scroll_forward (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/texinfo/dist/info/
session.c 1128 static void _scroll_forward(WINDOW *window, int count,
1134 _scroll_forward(WINDOW *window, int count, unsigned char key, int behaviour)
1177 _scroll_forward (window, -count, key, behaviour);
1210 _scroll_forward (window, count, key, info_scroll_behaviour);
1220 _scroll_forward (window, count, key, info_scroll_behaviour);
1226 _scroll_forward (window, count, key, IS_PageOnly);
1236 _scroll_forward (window, count, key, IS_PageOnly);
1133 _scroll_forward(WINDOW *window, int count, unsigned char key, int behaviour) function

Completed in 20 milliseconds