Lines Matching refs:orientation
230 @cindex stream orientation
231 @cindex orientation, stream
237 is opened initially unoriented and the orientation is decided with the
742 @cindex orientation, stream
743 @cindex stream orientation
748 @dfn{orientation}. The orientation can be decided in three ways:
761 The @code{fwide} function can be used to set the orientation either way.
777 orientation of the stream @var{stream}. If the @var{mode} parameter has
783 If @var{mode} is zero the current orientation state is queried and
806 contexts it is important to query the orientation of the stream before
808 orientation). The following little, silly function illustrates this.
815 /* @r{Positive return value means wide orientation.} */
823 orientation of the stream if it was unoriented before (will not happen