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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextAction.c2099 wchar_t* wbuf; local
2101 wbuf = (wchar_t*) _XawTextGetText(ctx, start, end);
2102 text.length = wcslen( wbuf );
2103 wc = wbuf[ 0 ];
2105 wbuf[ i-1 ] = wbuf[ i ];
2106 wbuf[ i-1 ] = wc;
2107 buf = (char*) wbuf; /* so that it gets assigned and freed */

Completed in 1766 milliseconds