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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextAction.c1192 String line_to_ip; local
1198 line_to_ip = _XawTextGetText(ctx, pos1, ctx->text.insertPos);
1205 text.ptr = XtMalloc( ( 1 + wcslen((wchar_t*)line_to_ip) ) * sizeof(wchar_t) );
1209 wcscpy( (wchar_t*) ++ptr, (wchar_t*) line_to_ip );
1219 text.ptr = XtMalloc( ( 1 + strlen( line_to_ip ) ) * sizeof( char ) );
1223 strcpy( ++ptr, line_to_ip );
1231 XtFree( line_to_ip );

Completed in 14 milliseconds