Searched refs:ret_pos (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1TextAction.c | 927 XawTextPosition ret_pos; local 942 x, max_width, TRUE, &ret_pos, &width, &height); 944 if ( ret_pos >= ctx->text.insertPos ) 952 _XawTextReplace(ctx, ret_pos - 1, ret_pos, &text);
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextAction.c | 1490 XawTextPosition ret_pos; local 1505 x, max_width, TRUE, &ret_pos, &width, &height); 1507 if ( ret_pos >= ctx->text.insertPos ) 1521 if (_XawTextReplace(ctx, ret_pos - 1, ret_pos, &text))
|
Completed in 1027 milliseconds