Searched refs:_XawTextGetText (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextAction.c70 char * _XawTextGetText();
506 ptr = _XawTextGetText(ctx, from, to);
736 text.ptr = _XawTextGetText(ctx, pos1, pos2);
1188 buf = _XawTextGetText(ctx, periodPos, next_word);
1251 buf = _XawTextGetText(ctx, eol, space);
1360 buf = (unsigned char *) _XawTextGetText(ctx, start, end);
H A DXaw3_1Text.c689 _XawTextGetText(ctx, left, right) function
707 /* like _XawTextGetText, but enforces ICCCM STRING type encoding */
718 s = (unsigned char *)_XawTextGetText(ctx, left, right);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextAction.c63 char * _XawTextGetText();
1198 line_to_ip = _XawTextGetText(ctx, pos1, ctx->text.insertPos);
1895 buf = _XawTextGetText(ctx, periodPos, next_word);
1975 buf = _XawTextGetText(ctx, eol, space);
2101 wbuf = (wchar_t*) _XawTextGetText(ctx, start, end);
2111 buf = _XawTextGetText( ctx, start, end );
H A DTextPop.c1251 char *_XawTextGetText();
1255 return (_XawTextGetText(ctx, 0, last));
H A DText.c739 _XawTextGetText(ctx, left, right) function
771 /* Like _XawTextGetText, but enforces ICCCM STRING type encoding. This
788 ws = (wchar_t *)_XawTextGetText(ctx, left, right);
799 s = (unsigned char *)_XawTextGetText(ctx, left, right);

Completed in 37 milliseconds