*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: XmStringGetNextSegment | Section: 3 | Source: Digital UNIX | File: XmStringGetNextSegment.3X.gz
XmStringGetNextSegment(3X) XmStringGetNextSegment(3X) NAME XmStringGetNextSegment - A compound string function that fetches the octets in the next segment of a compound string SYNOPSIS #include <Xm/Xm.h> Boolean XmStringGetNextSegment (context, text, tag, direction, separa- tor) XmStringContext context; char **text; XmStringCharSet *tag; XmStringDirection *direction; Boolean *separator; DESCRIPTION XmStringGetNextSegment fetches the octets in the next segment; repeated calls fetch sequential segments. The text, tag, and direction of the fetched segment are returned each time. A Boolean status is returned to indicate whether a valid segment was successfully parsed. Specifies the string context structure which was allocated by the XmStringInit- Context function. Specifies a pointer to a null terminated string. Specifies a pointer to the font list element tag associated with the text. Specifies a pointer to the direction of the text. Specifies whether the next component of the compound string is a separator. RETURN VALUE Returns True if a valid segment is found. SEE ALSO XmStringCreate(3X), XmStringInitContext(3X) XmStringGetNextSegment(3X)

Navigation Options