Home
last modified time | relevance | path

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

/dports/sysutils/pciutils/pciutils-3.7.0/lib/
H A Dcaps.c18 if (d->last_cap) in pci_add_cap()
19 d->last_cap->next = cap; in pci_add_cap()
22 d->last_cap = cap; in pci_add_cap()
H A Dpci.h154 struct pci_cap *last_cap; /* Last capability in the list */ member
/dports/devel/libpci/pciutils-3.7.0/lib/
H A Dcaps.c18 if (d->last_cap) in pci_add_cap()
19 d->last_cap->next = cap; in pci_add_cap()
22 d->last_cap = cap; in pci_add_cap()
H A Dpci.h154 struct pci_cap *last_cap; /* Last capability in the list */ member
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dcomplist.c148 static char *last_cap; variable
566 if (!*last_cap || strcmp(last_cap, cap)) { in zlrputs()
575 strcpy(last_cap, cap); in zlrputs()
601 *last_cap = '\0'; in zcoff()
1729 *last_cap = '\0'; in clprintm()
2091 last_cap = (char *) zhalloc(max_caplen + 1); in complistmatches()
2092 *last_cap = '\0'; in complistmatches()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/accessibility/speakup/
H A Dmain.c710 char *last_cap = spk_str_caps_stop; in spell_word() local
725 last_cap = spk_str_caps_stop; in spell_word()
729 if (str_cap != last_cap) { in spell_word()
731 last_cap = str_cap; in spell_word()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/accessibility/speakup/
H A Dmain.c710 char *last_cap = spk_str_caps_stop; in spell_word() local
725 last_cap = spk_str_caps_stop; in spell_word()
729 if (str_cap != last_cap) { in spell_word()
731 last_cap = str_cap; in spell_word()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/accessibility/speakup/
H A Dmain.c710 char *last_cap = spk_str_caps_stop; in spell_word() local
725 last_cap = spk_str_caps_stop; in spell_word()
729 if (str_cap != last_cap) { in spell_word()
731 last_cap = str_cap; in spell_word()
/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/
H A DStrokeTool.vala1143 void add_line_cap (Path path, Path stroke1, Path stroke2, bool last_cap) {
1145 add_square_cap (path, stroke1, stroke2, last_cap);
1147 add_round_cap (path, stroke1, stroke2, last_cap);
1151 void add_round_cap (Path path, Path stroke1, Path stroke2, bool last_cap) {
1249 void add_square_cap (Path path, Path stroke1, Path stroke2, bool last_cap) {
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx2.c6961 struct conta_t *last_cap, *cap2, *ca1bit_hd, *last_1bcap, *catab; in chk_contas() local
6965 last_cap = NULL; in chk_contas()
7030 if (last_cap == NULL) __inst_mod->mcas = cap2; in chk_contas()
7031 else last_cap->pbcau.canxt = cap2; in chk_contas()
7045 last_cap = cap; in chk_contas()