Home
last modified time | relevance | path

Searched refs:chrctr (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/more/
H A Dmore.c196 off_t chrctr, line; member
359 context.line = context.chrctr = 0; in main()
410 screen_start.line = screen_start.chrctr = 0LL; in main()
411 context.line = context.chrctr = 0LL; in main()
559 screen_start.chrctr = Ftell (f); in screen()
1104 Fseek (f, screen_start.chrctr); in command()
1116 Fseek (f, context.chrctr); in command()
1344 context.chrctr = startline; in search()