Home
last modified time | relevance | path

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

/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DTextAction.c1212 String line_to_ip; local
1218 line_to_ip = _XawTextGetText(ctx, pos1, ctx->text.insertPos);
1226 text.ptr = XtMalloc( ( 2 + wcslen((wchar_t*)line_to_ip) ) * sizeof(wchar_t) );
1230 wcscpy( (wchar_t*) ++ptr, (wchar_t*) line_to_ip );
1242 length = strlen(line_to_ip);
1255 strcpy( ++ptr, line_to_ip );
1263 XtFree( line_to_ip );
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/src/
H A DTextAction.c1150 String line_to_ip; in InsertNewLineAndIndent() local
1156 line_to_ip = _XawTextGetText(ctx, pos1, ctx->text.insertPos); in InsertNewLineAndIndent()
1164 text.ptr = XtMalloc( ( 2 + wcslen((wchar_t*)line_to_ip) ) * sizeof(wchar_t) ); in InsertNewLineAndIndent()
1168 wcscpy( (wchar_t*) ++ptr, (wchar_t*) line_to_ip ); in InsertNewLineAndIndent()
1180 length = strlen(line_to_ip); in InsertNewLineAndIndent()
1193 strcpy( ++ptr, line_to_ip ); in InsertNewLineAndIndent()
1201 XtFree( line_to_ip ); in InsertNewLineAndIndent()
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/X11/neXtaw/
H A DTextAction.c1202 String line_to_ip; local
1208 line_to_ip = _XawTextGetText(ctx, pos1, ctx->text.insertPos);
1215 text.ptr = XtMalloc( ( 2 + wcslen((wchar_t*)line_to_ip) ) * sizeof(wchar_t) );
1219 wcscpy( (wchar_t*) ++ptr, (wchar_t*) line_to_ip );
1229 length = strlen(line_to_ip);
1242 strcpy( ++ptr, line_to_ip );
1250 XtFree( line_to_ip );
/dports/x11-toolkits/libXaw/libXaw-1.0.14/src/
H A DTextAction.c2574 char * line_to_ip; in InsertNewLineAndIndent() local
2580 line_to_ip = _XawTextGetText(ctx, pos1, ctx->text.insertPos); in InsertNewLineAndIndent()
2588 text.ptr = XtMalloc((Cardinal)((2 + wcslen((wchar_t*)line_to_ip)) in InsertNewLineAndIndent()
2592 wcscpy((wchar_t*)++ptr, (wchar_t*)line_to_ip); in InsertNewLineAndIndent()
2603 length = (int)strlen(line_to_ip); in InsertNewLineAndIndent()
2607 strcpy(++ptr, line_to_ip); in InsertNewLineAndIndent()
2615 XtFree(line_to_ip); in InsertNewLineAndIndent()