Home
last modified time | relevance | path

Searched refs:text_move (Results 1 – 10 of 10) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Doutput.c19 char *text = text_move; in OutputMove()
46 strcpy(text_move, "O-O"); in OutputMove()
51 strcpy(text_move, "O-O"); in OutputMove()
77 strcpy(text_move, new_text); in OutputMove()
104 text_move[0] = new_text[0]; in OutputMove()
130 text_move[0] = new_text[0]; in OutputMove()
143 text_move[0] = new_text[0]; in OutputMove()
144 text_move[1] = new_text[1]; in OutputMove()
148 text_move[0] = new_text[0]; in OutputMove()
211 text = text_move + strlen(text_move); in OutputMove()
[all …]
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/X11/Xaw3d/
H A DTextP.h160 struct text_move { struct
162 struct text_move * next; argument
218 struct text_move * copy_area_offsets; /* Text offset area (linked list) */
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/include/X11/Xaw3dxft/
H A DTextP.h154 struct text_move { struct
156 struct text_move * next; argument
211 struct text_move * copy_area_offsets; /* Text offset area (linked list) */
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/X11/neXtaw/
H A DTextP.h164 struct text_move { struct
166 struct text_move * next; argument
224 struct text_move * copy_area_offsets; /* Text offset area (linked list) */
H A DText.c3070 struct text_move * offsets = XtNew(struct text_move);
3079 struct text_move * end = ctx->text.copy_area_offsets;
3095 struct text_move * offsets = ctx->text.copy_area_offsets;
3122 struct text_move * offsets = ctx->text.copy_area_offsets;
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DTextP.h160 struct text_move { struct
162 struct text_move * next; argument
218 struct text_move * copy_area_offsets; /* Text offset area (linked list) */
H A DText.c3097 struct text_move * offsets = XtNew(struct text_move);
3106 struct text_move * end = ctx->text.copy_area_offsets;
3122 struct text_move * offsets = ctx->text.copy_area_offsets;
3149 struct text_move * offsets = ctx->text.copy_area_offsets;
/dports/www/p5-FAQ-OMatic/FAQ-OMatic-2.719/lib/FAQ/OMatic/
H A DItem.pm985 my ($text_edit_title, $text_edit_perm, $text_move, $text_trash);
990 $text_move = gettext("Move Category");
997 $text_move = gettext("Move Answer");
1007 $text_move = gettexta("Move %0", $s);
1065 $text_move),
/dports/www/opencart/opencart-3.0.3.8/upload/admin/view/template/common/
H A Dsecurity.twig121 html += '<li><p>{{ text_move }}</p>';
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/src/
H A DText.c3046 struct text_move * offsets = XtNew(struct text_move); in PushCopyQueue()
3055 struct text_move * end = ctx->text.copy_area_offsets; in PushCopyQueue()
3070 struct text_move * offsets = ctx->text.copy_area_offsets; in PopCopyQueue()
3095 struct text_move * offsets = ctx->text.copy_area_offsets; in TranslateExposeRegion()