Home
last modified time | relevance | path

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

/dports/www/libwww/w3c-libwww-5.4.2/LineMode/src/
H A DGridText.c85 TextAnchor * first_anchor; /* Singly linked list */ member
167 self->first_anchor = self->last_anchor = self->current_anchor = 0; in LMHText_new()
235 while (self->first_anchor) { /* Free off anchor array */ in hyper_free()
236 TextAnchor * last = self->first_anchor; in hyper_free()
237 self->first_anchor = last->next; in hyper_free()
806 text->first_anchor = a; in LMHText_beginAnchor()
887 for (a = text->first_anchor; a; a = a->next) { in HText_childNumber()
981 for(a=text->first_anchor; a; a=a->next) { in HText_selectAnchor()
/dports/devel/p5-Perl-Tidy/Perl-Tidy-20211029/lib/Perl/Tidy/
H A DHtmlWriter.pm997 my $first_anchor =
1028 my $first_anchor =
1102 my $first_anchor;
1115 unless ($first_anchor) { $first_anchor = $href }
1118 return $first_anchor;
/dports/security/gopass/gopass-1.13.0/vendor/github.com/caspr-io/yamlpath/
H A Dyamlpath_test.go18 - &first_anchor Simple string value
/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DGridText.c1271 TextAnchor *l = self->first_anchor; in HText_free()
1273 self->first_anchor = l->next; in HText_free()
2695 *prev_anchor = text->first_anchor; in insert_blanks_in_line()
3344 a = text->first_anchor; in split_line()
5156 && HTMainText->first_anchor != 0 in compute_show_number()
5243 text->first_anchor = a; in HText_beginAnchor()
6187 a = HTMainText->first_anchor; in HText_childNextNumber()
8571 a = HTMainText->first_anchor; in line_num_to_anchor()
8643 a = HTMainText->first_anchor; in www_search_forward()
10332 text->first_anchor = a; in HText_beginInput()
[all …]
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DGridText.c1250 TextAnchor *l = self->first_anchor; in HText_free()
1252 self->first_anchor = l->next; in HText_free()
2667 *prev_anchor = text->first_anchor; in insert_blanks_in_line()
3305 a = text->first_anchor; in split_line()
5099 && HTMainText->first_anchor != 0 in compute_show_number()
5186 text->first_anchor = a; in HText_beginAnchor()
6128 a = HTMainText->first_anchor; in HText_childNextNumber()
8512 a = HTMainText->first_anchor; in line_num_to_anchor()
8584 a = HTMainText->first_anchor; in www_search_forward()
10261 text->first_anchor = a; in HText_beginInput()
[all …]
/dports/print/texinfo/texinfo-6.8/info/
H A Dinfo-utils.c992 long first_anchor = in copy_input_to_output() local
995 if (first_anchor < 0) in copy_input_to_output()
997 else if (first_anchor < (inptr-input_start) + bytes_left) in copy_input_to_output()
1000 bytes_to_convert = first_anchor - (inptr-input_start)+1; in copy_input_to_output()
/dports/biology/py-biopython/biopython-1.79/Bio/codonalign/
H A D__init__.py336 first_anchor = True
339 if first_anchor and anchor_pos[0][2] != 0:
/dports/www/interchange/interchange-5.6.3/lib/Vend/
H A DInterpolate.pm3229 my($first_anchor,$last_anchor);
3287 $first_anchor = $1;
3290 $first_anchor = errmsg('First');
3292 unless ($first_anchor eq 'none') {
3297 $hash{first_link} = more_link_template($first_anchor, $arg, $form_arg);
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/udf/
H A Dudf_subr.c873 int error, anch, ok, first_anchor; in udf_read_anchors() local
910 first_anchor = 0; in udf_read_anchors()
912 first_anchor = 1; in udf_read_anchors()
935 for (anch = first_anchor; anch < 4; anch++) { in udf_read_anchors()
/dports/java/eclipse-EPIC/org.epic.updatesite/plugins/org.epic.perleditor_0.6.24/perlutils/perltidy/Perl/
H A DTidy.pm4862 my $first_anchor =
4892 my $first_anchor =
4964 my $first_anchor;
4977 unless ($first_anchor) { $first_anchor = $href }
4980 return $first_anchor;
/dports/devel/p5-MooseX-CoverableModifiers/MooseX-CoverableModifiers-0.30/inc/Perl/
H A DTidy.pm5033 my $first_anchor =
5063 my $first_anchor =
5135 my $first_anchor;
5148 unless ($first_anchor) { $first_anchor = $href }
5151 return $first_anchor;