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

/illumos-gate/usr/src/cmd/more/
H A Dmore.c197 } context, screen_start; variable in typeref:struct:__anon962
410 screen_start.line = screen_start.chrctr = 0LL;
558 screen_start.line = Currline;
559 screen_start.chrctr = Ftell (f);
1105 Fseek (f, screen_start.chrctr);
1106 Currline = screen_start.line;

Completed in 61 milliseconds