Home
last modified time | relevance | path

Searched refs:str_cap (Results 1 – 11 of 11) sorted by relevance

/dports/dns/nsd/nsd-4.3.9/
H A Dudbradtree.c50 udb_radstrlen_type str_cap) in size_of_lookup_needed() argument
53 sizeof(struct udb_radsel_d)+(size_t)str_cap); in size_of_lookup_needed()
74 i*lookup(n)->str_cap; in lookup_string()
226 RADARRAY(&a)->str_cap = ns; in udb_radnode_str_grow()
293 RADARRAY(&a)->str_cap = len; in udb_radnode_array_create()
317 RADARRAY(&a)->str_cap = len; in udb_radnode_array_space()
328 if(lookup(n)->str_cap < len) { in udb_radnode_array_space()
400 if(lookup(n)->str_cap < len) { in udb_radnode_str_space()
831 assert(strcap <= lookup(n)->str_cap); in udb_radarray_reduce()
838 RADARRAY(&a)->str_cap = strcap; in udb_radarray_reduce()
[all …]
H A Dudbradtree.h81 udb_radstrlen_type str_cap; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/accessibility/speakup/
H A Dmain.c709 char *str_cap = spk_str_caps_stop; in spell_word() local
721 str_cap = spk_str_caps_start; in spell_word()
727 str_cap = spk_str_caps_stop; in spell_word()
729 if (str_cap != last_cap) { in spell_word()
730 synth_printf("%s", str_cap); in spell_word()
731 last_cap = str_cap; in spell_word()
750 if (str_cap != spk_str_caps_stop) in spell_word()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/accessibility/speakup/
H A Dmain.c709 char *str_cap = spk_str_caps_stop; in spell_word() local
721 str_cap = spk_str_caps_start; in spell_word()
727 str_cap = spk_str_caps_stop; in spell_word()
729 if (str_cap != last_cap) { in spell_word()
730 synth_printf("%s", str_cap); in spell_word()
731 last_cap = str_cap; in spell_word()
750 if (str_cap != spk_str_caps_stop) in spell_word()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/accessibility/speakup/
H A Dmain.c709 char *str_cap = spk_str_caps_stop; in spell_word() local
721 str_cap = spk_str_caps_start; in spell_word()
727 str_cap = spk_str_caps_stop; in spell_word()
729 if (str_cap != last_cap) { in spell_word()
730 synth_printf("%s", str_cap); in spell_word()
731 last_cap = str_cap; in spell_word()
750 if (str_cap != spk_str_caps_stop) in spell_word()
/dports/chinese/tintin++/tt/src/
H A Dmemory.c427 char *str_cap(char **str, int index, char *buf) in str_cap() function
H A Dcursor.c373 str_cap(&gtd->ses->input->buf, gtd->ses->input->raw_pos, arg); in inputline_cap()
808 str_cap(&gtd->ses->input->buf, gtd->ses->input->raw_pos, ""); in DO_CURSOR()
1151 str_cap(&gtd->ses->input->buf, gtd->ses->input->raw_pos, ""); in DO_CURSOR()
H A Dtintin.h2444 extern char *str_cap(char **str, int index, char *buf);
/dports/net/tintin++/tt/src/
H A Dmemory.c427 char *str_cap(char **str, int index, char *buf) in str_cap() function
H A Dcursor.c373 str_cap(&gtd->ses->input->buf, gtd->ses->input->raw_pos, arg); in inputline_cap()
808 str_cap(&gtd->ses->input->buf, gtd->ses->input->raw_pos, ""); in DO_CURSOR()
1151 str_cap(&gtd->ses->input->buf, gtd->ses->input->raw_pos, ""); in DO_CURSOR()
H A Dtintin.h2444 extern char *str_cap(char **str, int index, char *buf);