Home
last modified time | relevance | path

Searched refs:label_length (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/dports/devel/pdcurses/PDCurses-3.5/pdcurses/
H A Dslk.c91 static int label_length = 0; variable
183 col = label_length - slen; in _drawone()
406 if (label_length > 31) in _slk_calc()
407 label_length = 31; in _slk_calc()
413 --label_length; in _slk_calc()
436 col += label_length; in _slk_calc()
450 col += label_length; in _slk_calc()
465 col += label_length; in _slk_calc()
475 col += label_length; in _slk_calc()
482 --label_length; in _slk_calc()
[all …]
/dports/devel/mingw32-pdcurses/PDCurses-3.4/pdcurses/
H A Dslk.c88 static int label_length = 0; variable
401 label_length = COLS / labels; in _slk_calc()
403 if (label_length > 31) in _slk_calc()
404 label_length = 31; in _slk_calc()
410 --label_length; in _slk_calc()
433 col += label_length; in _slk_calc()
447 col += label_length; in _slk_calc()
462 col += label_length; in _slk_calc()
472 col += label_length; in _slk_calc()
479 --label_length; in _slk_calc()
[all …]
/dports/www/elinks/elinks-0.11.7/src/bfu/
H A Dgroup.c36 int label_length = (text && *text) ? strlen(text) : 0; in dlg_format_group() local
37 int label_padding = (label_length > 0); in dlg_format_group()
49 int_bounds(&label_length, 0, w - width - label_padding); in dlg_format_group()
51 widget_width = width + label_padding + label_length; in dlg_format_group()
62 if (label_length) in dlg_format_group()
64 text, label_length, in dlg_format_group()
71 if (label_length) in dlg_format_group()
73 text, label_length, in dlg_format_group()
77 xpos + label_padding + label_length, *y, in dlg_format_group()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/pdcurses/
H A Dslk.c100 static int label_length = 0; variable
193 col = (label_length - slen) / 2; in _drawone()
195 if (col + slen > label_length) in _drawone()
200 col = label_length - slen; in _drawone()
207 for (i = 0; i < label_length; ++i) in _drawone()
434 label_length = COLS / n_labels; in _slk_calc()
435 if (label_length > MAX_LABEL_LENGTH) in _slk_calc()
443 label_length--; in _slk_calc()
452 if( label_length) in _slk_calc()
453 --label_length; in _slk_calc()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/PDCurses/pdcurses/
H A Dslk.c100 static int label_length = 0; variable
193 col = (label_length - slen) / 2; in _drawone()
195 if (col + slen > label_length) in _drawone()
200 col = label_length - slen; in _drawone()
207 for (i = 0; i < label_length; ++i) in _drawone()
434 label_length = COLS / n_labels; in _slk_calc()
435 if (label_length > MAX_LABEL_LENGTH) in _slk_calc()
443 label_length--; in _slk_calc()
452 if( label_length) in _slk_calc()
453 --label_length; in _slk_calc()
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_src/pdcurses/
H A Dslk.c102 static int label_length = 0; variable
193 col = (label_length - slen) / 2; in _drawone()
195 if (col + slen > label_length) in _drawone()
200 col = label_length - slen; in _drawone()
207 for (i = 0; i < label_length; ++i) in _drawone()
466 label_length = COLS / labels; in _slk_calc()
467 if (label_length > MAX_LABEL_LENGTH) in _slk_calc()
475 label_length--; in _slk_calc()
484 if( label_length) in _slk_calc()
485 --label_length; in _slk_calc()
[all …]
/dports/science/siesta/siesta-4.1.5/Src/
H A Dfiles.f13 integer, parameter, public :: label_length = 64 variable
14 character(len=label_length), save, public :: slabel
19 character(len=label_length), save, public :: stdin_file
22 character(len=label_length), save, public :: stdout_file
27 character(len=label_length+6)::
/dports/editors/emacs-devel/emacs-4d1968b/oldXMenu/
H A DChgPane.c45 int label_length; /* Label length in characters. */ in XMenuChangePane() local
65 label_length = strlen(label); in XMenuChangePane()
66 label_width = XTextWidth(menu->p_fnt_info, label, label_length); in XMenuChangePane()
73 p_ptr->label_length = label_length; in XMenuChangePane()
H A DChgSel.c51 int label_length; /* Label length in characters. */ in XMenuChangeSelection() local
81 label_length = strlen(label); in XMenuChangeSelection()
82 label_width = XTextWidth(menu->s_fnt_info, label, label_length); in XMenuChangeSelection()
89 s_ptr->label_length = label_length; in XMenuChangeSelection()
H A DAddPane.c46 int label_length; /* Label length in characters. */ in XMenuAddPane() local
74 label_length = strlen(label); in XMenuAddPane()
77 label_length); in XMenuAddPane()
98 pane->label_length = label_length; in XMenuAddPane()
H A DAddSel.c51 int label_length; /* Label length in characters. */ in XMenuAddSelection() local
78 label_length = strlen(label); in XMenuAddSelection()
79 label_width = XTextWidth(menu->s_fnt_info, label, label_length); in XMenuAddSelection()
98 sel->label_length = label_length; in XMenuAddSelection()
H A DInsSel.c51 int label_length; /* Label length in characters. */ in XMenuInsertSelection() local
87 label_length = strlen(label); in XMenuInsertSelection()
88 label_width = XTextWidth(menu->s_fnt_info, label, label_length); in XMenuInsertSelection()
109 sel->label_length = label_length; in XMenuInsertSelection()
H A DInsPane.c49 int label_length; /* Label length in characters. */ in XMenuInsertPane() local
84 label_length = strlen(label); in XMenuInsertPane()
85 label_width = XTextWidth(menu->p_fnt_info, label, label_length); in XMenuInsertPane()
105 pane->label_length = label_length; in XMenuInsertPane()
/dports/editors/emacs/emacs-27.2/oldXMenu/
H A DChgPane.c27 int label_length; /* Label length in characters. */ in XMenuChangePane() local
47 label_length = strlen(label); in XMenuChangePane()
48 label_width = XTextWidth(menu->p_fnt_info, label, label_length); in XMenuChangePane()
55 p_ptr->label_length = label_length; in XMenuChangePane()
H A DChgSel.c33 int label_length; /* Label length in characters. */ in XMenuChangeSelection() local
63 label_length = strlen(label); in XMenuChangeSelection()
64 label_width = XTextWidth(menu->s_fnt_info, label, label_length); in XMenuChangeSelection()
71 s_ptr->label_length = label_length; in XMenuChangeSelection()
H A DAddPane.c28 int label_length; /* Label length in characters. */ in XMenuAddPane() local
56 label_length = strlen(label); in XMenuAddPane()
59 label_length); in XMenuAddPane()
80 pane->label_length = label_length; in XMenuAddPane()
H A DAddSel.c33 int label_length; /* Label length in characters. */ in XMenuAddSelection() local
60 label_length = strlen(label); in XMenuAddSelection()
61 label_width = XTextWidth(menu->s_fnt_info, label, label_length); in XMenuAddSelection()
80 sel->label_length = label_length; in XMenuAddSelection()
H A DInsPane.c31 int label_length; /* Label length in characters. */ in XMenuInsertPane() local
66 label_length = strlen(label); in XMenuInsertPane()
67 label_width = XTextWidth(menu->p_fnt_info, label, label_length); in XMenuInsertPane()
87 pane->label_length = label_length; in XMenuInsertPane()
H A DInsSel.c33 int label_length; /* Label length in characters. */ in XMenuInsertSelection() local
69 label_length = strlen(label); in XMenuInsertSelection()
70 label_width = XTextWidth(menu->s_fnt_info, label, label_length); in XMenuInsertSelection()
91 sel->label_length = label_length; in XMenuInsertSelection()
/dports/www/zola/zola-0.15.2/cargo-crates/webpki-0.22.0/src/name/
H A Ddns_name.rs472 let mut label_length = 0; in is_valid_dns_id() localVariable
493 if label_length == 0 { in is_valid_dns_id()
498 label_length += 1; in is_valid_dns_id()
499 if label_length > MAX_LABEL_LENGTH { in is_valid_dns_id()
505 if label_length == 0 { in is_valid_dns_id()
509 label_length += 1; in is_valid_dns_id()
510 if label_length > MAX_LABEL_LENGTH { in is_valid_dns_id()
518 label_length += 1; in is_valid_dns_id()
519 if label_length > MAX_LABEL_LENGTH { in is_valid_dns_id()
532 label_length = 0; in is_valid_dns_id()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/webpki-0.22.0/src/name/
H A Ddns_name.rs472 let mut label_length = 0;
493 if label_length == 0 {
498 label_length += 1;
499 if label_length > MAX_LABEL_LENGTH {
505 if label_length == 0 {
509 label_length += 1;
510 if label_length > MAX_LABEL_LENGTH {
518 label_length += 1;
519 if label_length > MAX_LABEL_LENGTH {
532 label_length = 0;
[all …]
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dvalid_hostname.c90 int label_length = 0; in valid_hostname() local
109 if (label_length == 0) in valid_hostname()
111 label_length++; in valid_hostname()
112 if (label_length > VALID_LABEL_LEN) { in valid_hostname()
120 if (label_length == 0 || cp[1] == 0) { in valid_hostname()
125 label_length = 0; in valid_hostname()
128 label_length++; in valid_hostname()
129 if (label_length == 1 || cp[1] == 0 || cp[1] == '.') { in valid_hostname()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/
H A DglcKHRDebugTests.cpp748 if (label_length != length) in iterate()
766 if (label_length != length) in iterate()
1359 if (label_length + 1 != lengths[0]) in iterate()
1572 GLsizei buf_size = (GLsizei)((half_count + 1) * (label_length + 1)); in iterate()
1639 if (label_length + 1 != lengths[i]) in iterate()
1644 if (0 != strcmp(label, &messageLog[i * (label_length + 1)])) in iterate()
1651 buf_size = (GLsizei)((rest_count - 1) * (label_length + 1) + label_length); in iterate()
1705 if (label_length + 1 != lengths[i]) in iterate()
1710 if (0 != strcmp(label, &messageLog[i * (label_length + 1)])) in iterate()
1768 if (label_length + 1 != lengths[0]) in iterate()
[all …]
/dports/biology/p5-Bio-Graphics/Bio-Graphics-2.40/lib/Bio/Graphics/
H A DDrawTransmembrane.pm449 my $label_length = 0;
453 $label_length = 6 + (6 * (length $self->{'loop_labels'}{$l}) + (8 * $size_dif));
455 $label_length = 9 + (6 * length $self->{'loop_labels'}{$l});
463 …width'} / 2)) + 4,($y + ($self->{'helix_height'} / 2) - 30) + $y_mod,$label_length + ($x + ($self-…
464 …width'} / 2)) - 5,($y + ($self->{'helix_height'} / 2) - 21) + $y_mod,$label_length + ($x + ($self-…
465 …width'} / 2)) + 4,($y + ($self->{'helix_height'} / 2) - 12) + $y_mod,$label_length + ($x + ($self-…
477 …width'} / 2)) + 5,($y + ($self->{'helix_height'} / 2) - 29) + $y_mod,$label_length + ($x + ($self-…
478 …width'} / 2)) - 3,($y + ($self->{'helix_height'} / 2) - 21) + $y_mod,$label_length + ($x + ($self-…
503 …width'} / 2)) + 4,($y + ($self->{'helix_height'} / 2) + 10) + $y_mod,$label_length + ($x + ($self-…
504 …width'} / 2)) - 5,($y + ($self->{'helix_height'} / 2) + 19) + $y_mod,$label_length + ($x + ($self-…
[all …]
/dports/dns/nsd/nsd-4.3.9/
H A Ddname.c43 name_size += label_length(label) + 1; in dname_make()
76 ssize_t len = label_length(src); in dname_make()
189 size_t label_length; in dname_parse_wire() local
208 label_length = p - h - 1; in dname_parse_wire()
212 *h = label_length; in dname_parse_wire()
240 label_length = p - h - 1; in dname_parse_wire()
241 if (label_length > MAXLABELLEN) { in dname_parse_wire()
244 *h = label_length; in dname_parse_wire()
357 left_length = label_length(left); in label_compare()
358 right_length = label_length(right); in label_compare()
[all …]

12345678910>>...14