Home
last modified time | relevance | path

Searched refs:clickedWord (Results 1 – 2 of 2) sorted by path

/dports/games/xboard-devel/xboard-f49e7e1/
H A Ddialogs.c1034 static char clickedWord[MSG_SIZ], click; variable
1041 if(!shellUp[TextMenuDlg] || !clickedWord[0]) return; in SendString()
1043 snprintf(buf2 + (q-p), MSG_SIZ -(q-p), "%s%s", clickedWord, q+5); in SendString()
1047 CopySomething(clickedWord); in SendString()
1050 NewChat(clickedWord); in SendString()
1062 click = clickedWord[0] = 0; in SendString()
1837 strncpy(clickedWord, text, MSG_SIZ); in ContextMenu()
1843 clickedWord[0] = NULLCHAR; in ContextMenu()
1845 strncpy(clickedWord, start, end-start); clickedWord[end-start] = NULLCHAR; in ContextMenu()
/dports/games/xboard/xboard-4.9.1/
H A Ddialogs.c1041 static char clickedWord[MSG_SIZ], click; variable
1049 if(!shellUp[TextMenuDlg] || !clickedWord[0]) return; in SendString()
1051 snprintf(buf2 + (q-p), MSG_SIZ -(q-p), "%s%s", clickedWord, q+5); in SendString()
1055 CopySomething(clickedWord); in SendString()
1058 NewChat(clickedWord); in SendString()
1070 click = clickedWord[0] = 0; in SendString()
2026 strncpy(clickedWord, text, MSG_SIZ); in ContextMenu()
2032 clickedWord[0] = NULLCHAR; in ContextMenu()
2034 strncpy(clickedWord, start, end-start); clickedWord[end-start] = NULLCHAR; in ContextMenu()