Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_text/
H A Dtext_autocomplete.c196 const int choice_len = i_end - i_start; in text_autocomplete_build() local
198 if ((choice_len > seek_len) && (seek_len == 0 || STREQLEN(seek, str_sub, seek_len)) && in text_autocomplete_build()
201 char str_sub_last = str_sub[choice_len]; in text_autocomplete_build()
202 str_sub[choice_len] = '\0'; in text_autocomplete_build()
204 char *str_dup = BLI_strdupn(str_sub, choice_len); in text_autocomplete_build()
208 str_sub[choice_len] = str_sub_last; in text_autocomplete_build()
/dports/news/tin/tin-2.4.5/src/
H A Dprompt.c266 int choice_len = strwidth(prompt_yn_choice); in prompt_yn_redraw() local
273 if (message_len + choice_len > cCOLS - 1) { in prompt_yn_redraw()
274 buf = strunc(prompt_yn_message, cCOLS - choice_len - 1); in prompt_yn_redraw()
285 MoveCursor(cLINES, (message_len + choice_len) - 1); in prompt_yn_redraw()
/dports/chinese/tin/tin-2.4.5/src/
H A Dprompt.c266 int choice_len = strwidth(prompt_yn_choice); in prompt_yn_redraw() local
273 if (message_len + choice_len > cCOLS - 1) { in prompt_yn_redraw()
274 buf = strunc(prompt_yn_message, cCOLS - choice_len - 1); in prompt_yn_redraw()
285 MoveCursor(cLINES, (message_len + choice_len) - 1); in prompt_yn_redraw()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dchoice.c381 int x, y, w, h, choice_len=(choice_char==NULL ? 0 : strlen(choice_char)); in ShowCurFont() local
409 w = MyTextWidth(canvasFontPtr, choice_char, choice_len); in ShowCurFont()
437 stTextExtents.len = choice_len; in ShowCurFont()
470 choice_char, choice_len); in ShowCurFont()
/dports/security/opencryptoki/opencryptoki-3.11.0/usr/lib/common/
H A Dasn1.c2111 CK_ULONG buf_offset, field_len, offset, choice_len, option; in der_decode_ECPrivateKey() local
2159 rc = ber_decode_CHOICE(buf + offset, &choice, &choice_len, &field_len, in der_decode_ECPrivateKey()
2165 offset += field_len - choice_len; in der_decode_ECPrivateKey()