Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmStringGetLtoR(3Xm) — RISC iX 1.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XmStringCreate(3Xm)

XmStringGetLtoR(3Xm)  —  UNIX Programmer’s Manual

NAME

XmStringGetLtoR — a compound string function that searches for a text segment in the input compound string.

SYNOPSIS

#include <Xm/Xm.h> Boolean XmStringGetLtoR (string, charset, text)
XmStringstring;
XmStringCharSetcharset;
char∗∗ text;

DESCRIPTION

XmStringGetLtoR searches for a text segment in the input compound string that matches the given character set identifier. 

stringSpecifies the compound string. 

charsetSpecifies the character set identifier to be associated with the text.  This can be XmSTRING_DEFAULT_CHARSET. 

textSpecifies a pointer to a null terminated string. 

RETURN VALUE

Returns True if the matching text segment  can be found.  On return, text will have a null terminated octet sequence containing the matched segment. 

RELATED INFORMATION

XmStringCreate(3Xm). 

7th Edition

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026