Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions source/iostreams.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7675,14 +7675,16 @@
\end{libtab2}

\pnum
For a sequence to be positioned, if its next pointer
For a sequence to be positioned,
the function determines \tcode{newoff} as indicated in
Table~\ref{tab:iostreams.newoff.values}.
If the sequence's next pointer
(either
\tcode{gptr()}
or
\tcode{pptr()})
is a null pointer and the new offset \tcode{newoff} is nonzero, the positioning
operation fails. Otherwise, the function determines \tcode{newoff} as indicated in
Table~\ref{tab:iostreams.newoff.values}.
is a null pointer and \tcode{newoff} is nonzero,
the positioning operation fails.

\begin{libtab2}{\tcode{newoff} values}{tab:iostreams.newoff.values}
{lp{2.0in}}{Condition}{\tcode{newoff} Value}
Expand Down