Searched defs:scroll (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/mailx/
H A Dcmd1.c195 state.scroll = (n - 1) / m;
196 if (state.scroll < 0)
197 state.scroll = 0;
198 mp = state.msg.list + state.scroll * m;
225 scroll(char* arg) function
229 s = state.scroll;
238 state.scroll = s;
246 state.scroll = s;
H A Dmailx.h639 int scroll; /* Current scroll size */ member in struct:__anon136
1023 extern int scroll(char*);

Completed in 12 milliseconds