Home
last modified time | relevance | path

Searched refs:tts_len (Results 1 – 5 of 5) sorted by relevance

/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dbeeplite.c243 for (tts_len = 0; (*pm != '|' && tts_len < tts_max_len); tts_len++) in makelite()
244 lastIn[tts_len] = *pm++; in makelite()
245 lastIn[tts_len] = '\0'; in makelite()
246 tts_width = W_TTSTextWidth(lastIn, tts_len); in makelite()
H A Dredraw.c104 W_WriteTTSText(w, TWINSIDE, tts_pos, tts_width, lastIn, tts_len); in redraw()
107 W_WriteTTSText(w, TWINSIDE, tts_pos, tts_width, lastIn, tts_len); in redraw()
H A Ddata.c541 int tts_len = 0; variable
H A Ddata.h392 extern int tts_len;
/dports/textproc/xfce4-dict-plugin/xfce4-dict-0.8.4/lib/
H A Dspell.c193 gsize tts_len; in dict_spell_start_query() local
211 tts_len = g_strv_length(tts); in dict_spell_start_query()
213 for (i = 0; i < tts_len; i++) in dict_spell_start_query()
231 iod->quiet = quiet && (tts_len == 1); in dict_spell_start_query()